A5rocks

Results 393 comments of A5rocks

> cc @A5rocks regarding the primer changes in trio. I think they are technically correct; trio uses the Coroutine ABC, which does not guarantee the existence of attributes like `cr_frame`....

`sudo sysctl net.ipv6.conf.all.disable_ipv6=1` doesn't outright error but it doesn't seem to effect anything. I reverted #3136 and CI still passed: https://github.com/A5rocks/trio/actions/runs/13587103299/job/37984466705.

> this makes me want to write a linter rule, but also feels ridiculous (and idk which flake8 plugin it would fit) to write an attrs+pyright-specific rule. > > >...

> If test is slow, do we need to mark it with `@slow` or something? Maybe? Here's the output at the end of `pytest --durations=10` locally: ``` ================================================ slowest 10...

> There’s another approach we could use, but it’d might require starting an additional interpreter. Run a script which monkeypatches `attrs.field` to store whether alias was set into the metadata...

@TeamSpen210 do you have any implementation ideas for your idea? I was thinking about it just for the gain in reliability, but I think we would then get a flakey...

> @TeamSpen210 @A5rocks I'd really like to get this merged so I can use it; is there anything I can do to help? Nope! I've just been pushing off working...

If you wouldn't mind, you should be able to commit to this PR.

Should we move the plugin to the (adjacent to `src`) `tests` directory or something? Having it in `src` feels weird...