-
Updated
Jul 22, 2022 - Python
typing
Here are 690 public repositories matching this topic...
-
Updated
Jul 18, 2022 - TypeScript
-
Updated
Feb 29, 2020
-
Updated
Jul 7, 2022 - Python
-
Updated
Mar 2, 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.
-
Updated
Jul 21, 2022 - Python
-
Updated
Mar 25, 2022 - JavaScript
-
Updated
Jul 11, 2022 - Python
-
Updated
Jul 20, 2022 - JavaScript
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
-
Updated
Jul 22, 2022 - Python
-
Updated
Feb 8, 2022 - 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
Jul 21, 2022 - JavaScript
-
Updated
Jun 13, 2022 - Rust
Setup cache in CI
An example of caching in CI for a rust project: https://github.com/mobusoperandi/michie/blob/4d9584c920223e9891b59de1a013f2bf7c886dcb/.github/workflows/ci.yml#L15-L25
Note that toipe does not use cargo-run-bin, so some of that can be removed.
-
Updated
Jul 17, 2022 - Python
-
Updated
Mar 23, 2022 - Python
-
Updated
Jul 12, 2022 - Python
-
Updated
Aug 12, 2021 - Python
-
Updated
Jul 18, 2022 - Python
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.