sarpedon
sarpedon
``` from my_module import actual_module actual_module.my_func() ```
A possible workaround might be parsing all the python files and moving them to the project root and then obviously changing the imports in a script before running pybricksdev run,...
Seems like this would just work without any modifications required if this bug in python got fixed. https://github.com/python/cpython/issues/84530 It's probably going to take forever until that is fixed though. Would...
It's still not resolved for us despite the status showing its back: ``` #11 116.8 Execution failed for task ':compileKotlin'. #11 116.8 > Could not resolve all files for configuration...
This still happens, can anyone implement the requireFile idea?
> > This still happens, can anyone implement the requireFile idea? > > [try this package](https://github.com/MisileLab/h3/blob/main/projects%2Fdsb%2Fnix-configs%2Fhome-manager%2Fapps%2Fdesktop%2Fexodus.nix) Works like a charm, thank you very much!