Aleksandr Ilin
Aleksandr Ilin
Well… not really: > Error: File '/**/cli/scripts/updateUID.Dockerfile' was not included into executable at compilation stage. Please recompile adding it as asset or script.
Okay 2nd one was easy: ``` 01:03:37 Container started + /opt/devcontainer exec --workspace-folder . poetry --version Poetry (version 1.5.1) ```
@tony2001 can you please share `Dockerfile` with us?
Just found it on my master in `datadir`: ``` 442M /data/***/xtrabackup_logfile ``` It would be nice it could be automatically removed/excluded if it's not required to have it to save...
For now had to switch to [`dataclasses-json`](https://pypi.org/project/dataclasses-json/) and use this for my particular use case: * https://github.com/lidatong/dataclasses-json/issues/187#issuecomment-919992503 For now I have this: ```python @dataclass class Artifact(JSONWizard): class _(JSONWizard.Meta): skip_defaults =...