Akuli
Akuli
I modified your command a bit to make it work for me: ``` MYPYPATH=./stubs/gdb PYTHONPATH=./env/lib/python3.11/site-packages/ gdb --quiet --nx --batch --ex 'pi import gdb; import mypy.stubtest as s; s.test_stubs(s.parse_options(["gdb", "--concise"]))' ```
Awesome! Just make a big stubtest allowlist for the first PR, so that we can focus on how the stubtest running works when reviewing.
There are a few pull requests that add missing `_foo` modules (#11187 #11155 #11159 #11174). What problem does that solve? In other words, when does a typeshed user want stubs...
Seems good, but it would be also nice to focus the file being edited if you press Esc in the output area. While there is a separate key binding for...
3. Tkinter's `.bind()` already does everything we want it to do. You can add multiple callbacks to the same thing, you have sufficient control on the order in which they...
As I see it, binds are great for handling key presses in various widgets, and actions are for stuff that was previously handled by the menubar. Some examples: - When...
I like your markdown list indentation example. It feels like an action, since you might want to trigger it from a toolbar. But there should also be a `` key...
A couple reasons: - A few other functions in pycryptodome want a hash object created with pycryptodome. - pycryptodome supports more different kinds of hashes than the standard library. If...
Fixed in #1260.
Wiki was deleted.