Roman Knyazhitskiy
Roman Knyazhitskiy
There is a possible problem with IPython magics: if while registering magic, one modifies the ```ast_transformers``` field of the current shell, for example by adding a new transformer, this leads...
I looked through most of the examples provided by Equinox, and it seems like only ```bert.ipynb``` is completely annotated with jaxtyping: both function and dataclass declarations. Some other examples have...
Hi Patrick, I recently thought about an interesting feature that you might find useful to implement as part of Equinox. The idea is to allow ```error_if``` to consume functions, so...
Hi Patrick, I would love to have a module-level import hook, similarly to the one implemented in ```beartype``` (discussed [here](https://github.com/beartype/beartype/issues/43), ```beartype.claw.beartype_this_package```) that could be used just by calling a single...
Hey, guys, the library is great! But, there is a small non-intuitive thing that I consistently stumble upon (I mean, twice is consistent, right?). It is that for rearrange one...
Hey, guys, It would be wonderful if ruff could detect exposed API keys. This is a pretty common security vulnerability. However, it is not included as part of flake8-bandit, probably...
### Check for existing issues - [X] Completed ### Describe the feature A ```/diff``` command that would pass git diff (with a configurable number of lines around every diff included...
Newest pyright is not able to figure out that ```NotMapped``` is a type alias, the correct type annotation forces it to understand. Can be reproduced and/or tested by running pyright...
Hey, bearmaster, The release candidate is wonderful, but there is an issue: the website announces that the latest ```beartype``` version is ```0.19.0rc1``` (from [here](https://github.com/beartype/beartype/blob/092df1afe2eed95b6653e55adefe197e8e32a011/beartype/meta.py#L140), probably). But the actual pypi package...