-
I don't like typing annotation in the code, it's ugly and makes the code difficult to read.
However, numpy has stub files `.pyi` for all modules. Those would be appropriate also for statsmodels.
I…
-
Once you have unlocked all the letters at the current WPM, it would be great if there was a setting to have the algorithm continue to target whichever letter is currently weakest, only this time with …
-
Looks like we didn't have an issue for this yet, so here's one.
Good type checking can eliminate entire classes of bugs, but neither the Python language nor Liberapay's code were designed to be typ…
-
Consider this as an example https://gobyexample.com/closing-channels
-
Unhandled Runtime Error
Error: An error occurred while fetching the data.
Source
src/hooks/useLeaderboard.ts (39:12) @ _callee$
37 | });
38 | if (!res.ok) {
> 39 | throw new Erro…
-
**Is your feature request related to a problem? Please describe.**
It seems that the ability to prevent Vimari from running on certain sites from #27 is no longer available.
It would be great to hav…
-
Should we move conda-smithy to use python type annotations? This may help with readability.
-
First off all: Thanks for building this amazing tool! It is really helpful in learning steno 😊
Playing around with other learning/typing tools I had the idea of a distraction free mode for TypeyTy…
-
Right now, there are many type annotations. But as far as I can tell, none of them are used. Running `mypy` yields hundreds of errors.
I'm sure many errors will go away from tiny fixes that are use…
jtran updated
4 months ago
-
Particularly, in the process of analyzing code, we need to be particularly careful about not executing unsafe instructions - this includes generally not performing any sort of I/O or allowing any nat…