-
The [current list of changes](https://github.com/WebAssembly/wasi-sdk/compare/wasi-sdk-24...main) includes some nice things such as:
* Update to LLVM/Clang 19
* Adding `llvm-dwp`
* Updates/bugfix…
-
Hey there! My friend introduced me to Nengo a little while back, and it's been fun as a first experience with neural networks etc. I have been noticing though that whenever I use my venv with mypy sup…
-
Define trivial versions of the exported interface on the client side. They don't need to do anything, since minimongo is in memory and the calls are synchronous, but it would allow simulation to still…
-
[esp-flasher-stub](https://github.com/esp-rs/esp-flasher-stub) project is dual-licensed licensed under MIT and Apache 2.0. Using the stubs from that project can help remove the dependency on the GPL-l…
igrr updated
2 months ago
-
When importing trafaret from a type-checked codebase, it often generates type check failures (mypy) due to missing explicit `__rshift__()` method declaration and `-> NoReturn` for the `Trafaret._failu…
-
**Feature**
There are cases where mypy spits out an `attr-defined` error when accessing `bar.foo`; these can be ignore per-use with a `# type: ignore[attr-defined]`, however, there doesn't currentl…
-
It would be very useful to compare current schema to a set of RootResolvers (passed in as args? maybe in config?) and add any missing resolvers as stubs to the generated code.
Bonus points for deal…
-
I wanna ask what is ***/python_stubs/-378786325, because my python_stubs folder has many children folder like -320340808. Do I need to copy this torch folder to each of these children folder? Thanks a…
-
It would be nice to allow one to specify a stubfile in the knexfile, so that it will be used instead of the built-in one. For example in my project I have to copy-paste some boilerplate every time I m…
-
Thanks for the type stubs, it help me a lot!
I've been tried to generate hou.py stubs by myself with your method, but the stubs result looks the same as hou.py it self without the docs string, the typ…