-
Updated
Aug 29, 2020 - Python
typing
Here are 339 public repositories matching this topic...
-
Updated
Feb 29, 2020
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Mar 29, 2020 - JavaScript
-
Updated
Aug 23, 2020 - Python
-
Updated
Nov 8, 2019 - Python
-
Updated
Aug 1, 2020 - JavaScript
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Jun 6, 2020 - Python
-
Updated
Feb 3, 2017 - JavaScript
-
Updated
May 29, 2019 - Java
-
Updated
Jul 13, 2020 - Python
-
Updated
Jun 19, 2020 - Python
-
Updated
Dec 27, 2019 - Shell
-
Updated
Apr 20, 2020 - JavaScript
-
Updated
Aug 26, 2020 - Python
We get the return annotation for free, so we should allow users to do something with it.
-
Updated
Apr 9, 2019 - HTML
-
Updated
Aug 25, 2020 - Python
-
Updated
Aug 28, 2020 - Python
Hi,
Will it be possible to add support for optional configuration files, the same general idea as ConfigArgParse: https://github.com/bw2/ConfigArgParse
The idea is to be able to pass a file path as an argument and some additional arguments.
the logic should be to first parse the config file and then parse the rest of the arguments.
Thank you!
Improve this page
Add a description, image, and links to the typing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typing topic, visit your repo's landing page and select "manage topics."
Elm has the option to output errors as JSON (via a flag), and something like that is handy for writing tooling around it. I'm trying to integrate
pytypeinto ALE and this would make it a lot easier.