-
In my experience, static typing is extremely helpful for new developers who are just beginning to explore a codebase (like myself). It can also give developers more confidence that changes to existing…
-
I've added a milestone called Beta release which right now collects some of the issues that I'd like to see resolved before we can announce a beta. My main goal is to have Gradualizer handle all langu…
-
Saw the following issue on checkout and running `cargo test`.
```
---- tests::test_programs::path_14_test_programs_objects_blis stdout ----
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━…
-
I think a number of issues could be caught at compile type by adding gradual typing annotations to chipsec. I tried using `pytype` on `chipset.py`, but it issues a lot of spurious warnings because it …
-
## Conference facts:
```
Name: bobkonf
Date: 15.03.2024
Location: Berlin
Topic:
- functional programming
- persistent data structures and databases
- event-based modelling and arch…
-
[MyPy](http://mypy-lang.org/) is pretty cool, we should adopt it.
-
### Description
setPreventInvalidInput(true) on EmailField prevents the user to type in anything. E.g. Pressing `a` has no effect (well the cursor goes red briefly) since it's not a valid e-mail ad…
-
This addon works by finding the text between [ and ] braces, and then finding an entry with exactly that title. But the title has to be exactly right.
It would be very helpful for editors/writers/m…
-
Issue: [#434 (julien-duponchelle/python-mysql-replication)](https://github.com/julien-duponchelle/python-mysql-replication/issues/434)
-
@huggsboson asked "Any interest in static or dynamically checked type assertions on parameters?"
You're the first to draw attention to this.
We decided pretty early on that dynamic typing would be m…