Arsenii Velichko

Results 6 comments of Arsenii Velichko

Unfortunately I cannot apply this solution, since our project uses Poetry for dependency management, which has very limited support for git module installation.

Wouldn't it be easier to just publish the library on PyPi and configure Git actions to update it on push rather than coming up with some complicated workarounds?

@Edsonsbjsp Hello, I would like to preserve the original image resolution during migration. Is there a way I can import my photos by supplying an archive generated by Google Takeout?

> Exclude currently only affects mypy's recursive directory, not its import following. Similar issue to #10377. In addition to an exclude pattern, try adding: > > ``` > [mypy-feecc_spoke.waveshare_epd] >...

> Sorry, not too familiar with the TOML config file, maybe try the following: > ``` > [[tool.mypy.overrides]] > module = "feecc_spoke.waveshare_epd.*" > follow_imports = "skip" > ``` > >...

This also affected me. Last week node created a file owned by root, which was `repo.lock`. Today it was `/datastore/000380.ldb`. For now I set container to privileged mode in my...