-
Currently the following checks are disabled for `mypy`. I think it's worth enabling them back, fixing issues as we go:
* [x] `check_untyped_defs` (#3142)
* [ ] `disallow_incomplete_defs`
* [ ] `d…
-
## What is the underlying problem you're trying to solve?
Currently, the [schemas/annotations](https://www.openpolicyagent.org/docs/latest/schemas/) feature in Rego can be applied to document values …
-
One goal is to create a model that could account for letter uncertainty influences on mean IKSI across position and word length.
We get to decide whether our paper includes this model, but even if …
-
I think adding type hinting can improve the overall quality of *rlberry*, but it will be a huge work. What do you think ?
-
All command words are rather long and include dashes, which makes it time-consuming for the user to type, given that user will be typing these command words repeatedly and for every single time they u…
-
**Describe the solution you'd like**
Add types to Python codebase
**What does your solution aim to solve?**
Make it more explicit what arguments functions take and therefore make it easier to…
-
This issue contains a proposal to use [coalton](https://github.com/stylewarning/coalton) in quilc as well as the roadmap for implementation of both coalton into the compiller as well as the correspond…
-
I understand that requiring a runtime (like Scala does) is against the intent of Mirah, but what about having some sort of optional runtime that further distances the language from its Java roots when…
-
# 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
-
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…