Bjorn

Results 160 comments of Bjorn

Try ``` pydeps myproject --exclude "ddtrace*" "openai*" ```

If you look at what that type actually is (i.e. whatever the type of `defaultdict(dict)` is), it might not be very helpful. I'll even argue that the comment is much...

Hi @ThibaudDauce and thank you for your interest in pydeps. Pydeps uses (a patched version of) the standard library `moduluefinder` module and unfortunaetly there is no functionality there that knows...

Hi @JP01, and thank you for your interest in Pydeps. The `-x`, `-xx`, and `--only` filters might do what you need: ``` -x PATTERN [PATTERN ...], --exclude PATTERN [PATTERN ...]...

You should be able to write your own from the json output, at least as long as there are now cycles...

I'm seeing this in 1.13.3... ``` srv/lib/tilly❱ turbo dev  × invalid task configuration Error: × You have 11 persistent tasks but `turbo` is configured for concurrency of 10. Set...

I can confirm that killing dart.exe often fixes hanging problems ;-)

Hi Andrew, thank you for your kind words. Your idea does sound interesting (and even useful), but perhaps not a perfect fit for pydeps..? I've known to occasionally be wrong,...

Hi @robinderat , and thank you for your interest in pydeps. The behavior you're seeing is (at least partially) an artifact of how the python module system works. The statement...