typing
Here are 637 public repositories matching this topic...
为键盘工作者设计的单词记忆与英语肌肉记忆锻炼软件 / Words learning and English muscle memory training software designed for keyboard workers
-
Updated
Mar 28, 2022 - TypeScript
Differences between Flowtype and TypeScript -- syntax and usability
-
Updated
Feb 29, 2020
Typing animations with React
-
Updated
Mar 2, 2022 - JavaScript
Python static typing home. Contains the source for typing_extensions and the documentation. Also hosts a user help forum.
-
Updated
Apr 6, 2022 - Python
Animated typing in ~400 bytes
-
Updated
Mar 25, 2022 - JavaScript
A simple yet powerful TUI framework for your Python (3.7+) applications.
-
Updated
Apr 6, 2022 - Python
Type annotations and dynamic checking for a tensor's shape, dtype, names, etc.
-
Updated
Jan 27, 2022 - Python
React typing animation in ~400 bytes
-
Updated
Mar 8, 2022 - JavaScript
Currently all responses return 200 (unless there is a server error, in which case 500).
It would be best to have specific codes for different types of errors to differentiate between them.
Example:
400 - Bad request
etc.
Problem
We could improve the readability / experience reading through the library source code if there were module level docstrings.
Suggested solution
All python modules should include a docstring explaining
Python 3.5+ runtime type checking for integration testing and data validation
-
Updated
Feb 8, 2022 - Python
Strong Dynamically Typed Object Modeling for JavaScript
-
Updated
Nov 2, 2021 - JavaScript
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
Design by contract for Python. Write bug-free code. Add a few decorators, get static analysis and tests for free.
-
Updated
Mar 24, 2022 - Python
Typing speed test in terminal
-
Updated
Apr 4, 2022 - Python
Command line tool for improving typing skills (programmers friendly)
-
Updated
Mar 23, 2022 - Python
Typeracer-like console app for measuring your WPM
-
Updated
Aug 12, 2021 - Python
Runtime inspection utilities for Python typing module
-
Updated
Nov 28, 2021 - Python
TAP works very slow:
to reproduce
from tap import Tap
from argparse import ArgumentParser
from profilehooks import profile, timecall
class SimpleArgumentParser(Tap):
name: str # Your name
language: str = 'Python' # Programming language
package: str = 'Tap' # Package name
stars: int # Number of stars
max_stars: int = 5 # Maximum stars
@profile(dirs=T
Just fix tests to use Factory instead of old style
-
Updated
May 29, 2019 - Java
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.