dzakarov

Results 3 issues of dzakarov

``` import enum class Test (enum.StrEnum): A: enum.auto = enum.auto() print (Test.A) ``` Expected result: Mypyc compiles StrEnum related code Actual result: Mypyc fails to compile. ``` mypyc test.py running...

### Describe the Bug The pyrefly cannot find my modules in vscode. The search path was set in pyproject.toml: ``` [tool.pyrefly] search_path=["src","test"] ``` From the command line `uv run pyrefly...

configuration
codenav

### Observed behavior Publishing to a missing JetStream subject with ack returns a hard-to-understand error. ``` import asyncio import nats async def publish(): nc = await nats.connect("nats://127.0.0.1:4222") js = nc.jetstream()...

defect