smorokin
smorokin
@AndreasHeine : Thank you, I had a better look and it seems I have this problem because my plc has a different version of the default nodeset than this library....
@schroeder- : Yes, it might be a better idea to create a `uaxml.py` and use that for the export / import, but in the meantime this might help some people...
@schroeder- : I have added 2 test cases. Do you want me to add something else here? One thing I struggled with: I had problems because one of my tests...
Thank you for the quick reply. In hindsight I should have thought of this, but while writing them I assumed there was a weird bug with my test and python3.7....
The workaround to ignore the `env_prefix` for secrets is adding this method to your settings class: ```python @classmethod def settings_customise_sources( cls, settings_cls: Type[BaseSettings], init_settings: PydanticBaseSettingsSource, env_settings: PydanticBaseSettingsSource, dotenv_settings: PydanticBaseSettingsSource, file_secret_settings:...
> On another website I read that VS Code runs the application on docker but I don't see where in launch.json it is directed that application must run in docker...