You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADDED: disable action override in asciio_to_text
why:
- added the possibility to override the asciio object at setup time
to avoid displaying warnings when setting up actions
- App::Asciio::Scripting created a static asciio object for simplified scripts
that displayed the warnings we wanted to avoid (as it is part of the setup)
- removed the 'use' of App::Asciio::Scripting in the setup
fixed:
- created App::Asciio:Utils::Scripting which requires App::Asciio::Scripting at
run time, imports all the simplified functions and links the static asciio object
to the current asciio object
0 commit comments