Yoav Alon
Yoav Alon
Got biten by this too: ```python >>> IPNetwork("0.0.0.0/0") in IPRange(0, 2**32-1) False ``` It seems that there's an off by one in `other_next_start = other_start + (1
@untitaker do you have any plans to add this as first-class support? we are heavy users of this asyncio and this creates unreadable traces
@sinoroc I wasn't sure, because it didn't feel like a feature request per se, because older versions of poetry were faster (poetry 1.0 is consistently under 350ms), but I can...
@jules-ch could you point me to specific candidates, I'll try to send a PR
@jules-ch I gave poetry 1.1.5 a try, it did slightly improve things, but it's still about ~500ms slower than native code run. I re-run tuna to see where the time...
Hi @abn I tried both versions My setup: macOS Catalina Python 3.9.4 Empty poetry ``` mkdir test-proj cd test-proj poetry init -n ``` With 3938: ``` » time poetry@3938 run...
I'm not blocked by this, but it does affect my productivity. MacOS M1 Pro
I'm running `3.75.0` and I'm not getting traffic with `--reload` and I do get traffic without it
@wagoodman can you merge this? I'm unable to use dive lately due to this bug