Marti Raudsepp
Marti Raudsepp
It's a mystery to me, why Pyright fails on this file (only with older Pythons)... I didn't even touch it :smile: > /home/runner/work/typeshed/typeshed/stubs/setuptools/**setuptools/compat/py310.pyi**:9:81 - error: Unnecessary "# pyright: ignore" rule:...
Nice, this now passes CI. As a reminder, **Please don't use squash merge** to merge this (unless there's explicit decision to reconsider #10918). I have preserved original commit authors in...
It's possible to test for writability without actually creating any files. The Unix [`access()`](https://linux.die.net/man/2/access) syscall is [available in `nix` crate](https://docs.rs/nix/latest/nix/unistd/fn.access.html) (already present in `rustic_core` with the `fs` feature). It considers...
That's fair. A generic mechanism like hooks sounds like a better way to solve this. Another example that `access()` fails to detect is read-only mounts.
This is quite ugly. Something that I have been pondering about since mypy 1.10 implemented [PEP 696 Type Defaults for Type Parameters](https://peps.python.org/pep-0696/) is: we could add `default=` to the TypeVars...
Sorry for dropping the ball here. Ugh, the rebase will be messy. :)
Ping @axnsan12! I'm willing to put effort into finishing this work, just looking for some guidance and your thoughts.
I have published my stubs package on PyPI: https://pypi.org/project/drf-yasg-stubs/
Hi! Thanks. Yes, I'm interested in doing that. Hopefully I will get around to it this week.
Thanks, I still would like to work on this but I have been busy with many things. Meanwhile drf-yasg-stubs should work fine. Sorry if I failed anyone's expectations. But if...