-
Hiho :-)
What do you think about adding type annotations / type stubs so that users can check their code better with mypy?
If you want to read more about it, I've written an article about [type…
-
# Auto Hide mouse pointer/cursor
Windows 10 already has this characteristic but it does not really work.
Possible options to add
- Hide mouse after a selected time
- Hide mouse after a key s…
ghost updated
1 month ago
-
This issue is a **feature proposal**. Feel free to upvote (with :+1: ), comment and provide your use-cases if you're interested by this feature.
## Context
The `iTowns` codebase is currently writt…
-
I was working on my usual projects, when suddenly i get this error, and now cant compile my projects :(
PROBLEM IN THONNY'S BACK-END: Exception while handling 'get_globals' (thonny.plugins.micropyth…
-
Hi!
For a long time, IntelliJ Platform lacked a built-in API to display inline completion (aka gray text completion). As a result, many plugins, including Codeium, implemented it from scratch. In the…
-
This would probably be straightforward to do. For functions that accept matrix expressions and can auto-compute, I would probably want a `MatrixType` that is a union of e.g. `Matrix`, `TransposedMatr…
-
Code using `assert_never()` to ensure exhaustive use of match-case yields a type error on many non-trivial cases.
mypy can only verify exhaustiveness when matching directly against a Union type or …
-
-
Disable type-checking on the `any` type, or provide another type which allows Lua-style table traversal (`dynamic` ?)
### Use-Case
Sometimes the application provides a complex hierarchy we don't w…
-
# Description
I would like to propose the addition of typed return values for the parts of the `pyhf` API that return objects with backend-dependent types.
See the following example as a motivat…