-
Updated
Sep 11, 2021 - Python
typing
Here are 540 public repositories matching this topic...
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Feb 29, 2020
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Sep 9, 2021 - Python
-
Updated
Jun 27, 2021 - Python
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Nov 8, 2019 - Python
-
Updated
Jun 13, 2021 - JavaScript
-
Updated
Nov 15, 2020 - Python
-
Updated
Sep 9, 2021 - Python
-
Updated
Aug 12, 2021 - Python
Ideally there should be a way to install on at least some machines without cargo. This will need an installation script to install the language files in lieu of build.rs.
Some alternative installation methods which would be good to include are:
shinstallation script w/ prebuilt binaries- AUR package
For prebuilt binaries, it would be ideal to setup GitHub workflows or similar so
-
Updated
Sep 5, 2021 - Python
Thanks to @WarenGonzaga for the idea of putting example usages in the README.
There is now an
If you have a particularly cool way of using Typing SVGs on your profile, show it off by leaving a link to your profile in t
Add speed parameter
-
Updated
Feb 3, 2017 - JavaScript
-
Updated
May 29, 2019 - Java
Just fix tests to use Factory instead of old style
It might be useful to provide some kind of error classes as part of this package.
For example, I use code like this:
from argparse import ArgumentError, ArgumentParser
def file_path(x: str):
d = Path(x)
if d.is_dir:
raise ArgumentError(f"{d} is a directory")
return d
parser = ArgumentParser()
parser.add_argument('output_file', type=file_path, help="Path to -
Updated
Sep 9, 2021 - Python
-
Updated
Mar 30, 2018 - CoffeeScript
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."
e.g.
while