-
Updated
Sep 4, 2020 - Rust
transformers
Here are 256 public repositories matching this topic...
-
Updated
Aug 30, 2020 - Python
-
Updated
Aug 27, 2020 - Jupyter Notebook
-
Updated
Sep 4, 2020 - Scala
-
Updated
Sep 2, 2020 - Python
-
Updated
Sep 2, 2020 - Python
-
Updated
Jul 15, 2020 - Python
-
Updated
Aug 25, 2020 - Scala
-
Updated
Aug 5, 2020 - Python
Describe the feature
I think enforcing typing in methods parameters can be helpful for robustness, readability and stability of the code.
By using mypy static type checker, we can see potential improvements for jina:
Usage:
pip install mypy
mypy --ignore-missing-imports jinaDo not get overwhelmed by the errors. Let's slowly keep improving until we can eve
-
Updated
May 11, 2020
Hey! Thanks for the work on this.
Wondering how we can use this with mocha? tsconfig-paths has its own tsconfig-paths/register to make this work
https://github.com/dividab/tsconfig-paths#with-mocha-and-ts-node
Basically with mocha we have to run mocha -r ts-node/register -- but that wouldnt have the compiler flag.
Would be worthwhile to have the ability to do it which looks like
-
Updated
May 19, 2020 - Python
-
Updated
Apr 30, 2020 - Python
-
Updated
Jul 31, 2020 - Python
-
Updated
Jul 19, 2020 - TypeScript
-
Updated
Sep 2, 2020 - Jupyter Notebook
-
Updated
Sep 4, 2020 - Python
-
Updated
Sep 3, 2020
-
Updated
Apr 26, 2020
-
Updated
Sep 2, 2020 - Jupyter Notebook
-
Updated
Sep 3, 2020 - Python
-
Updated
Sep 1, 2020 - Python
-
Updated
May 19, 2020 - Jupyter Notebook
-
Updated
Jun 28, 2020 - Java
-
Updated
Aug 12, 2020 - Python
-
Updated
Sep 4, 2020 - TypeScript
-
Updated
Jul 7, 2020 - Python
-
Updated
Sep 3, 2020 - TypeScript
Improve this page
Add a description, image, and links to the transformers topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the transformers topic, visit your repo's landing page and select "manage topics."
Problem
Since Java 8 was introduced there is no need to use Joda as it has been replaced the native Date-Time API.
Solution
Ideally greping and replacing the text should work (mostly)
Additional context
Need to check if de/serializing will still work.