-
Updated
Jan 20, 2021 - JavaScript
types
Here are 683 public repositories matching this topic...
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Jan 20, 2021 - Python
-
Updated
Jan 18, 2021 - TypeScript
-
Updated
Jan 15, 2021 - TypeScript
-
Updated
Jul 24, 2017 - TypeScript
PEP: https://www.python.org/dev/peps/pep-0593/
This looks like it entails adding an Annotated type that returns its first parameter and throws away the second.
This would be a good first issue for someone interested in learning how to support new typing features in pytype, since it requires going through all the steps described here f
Input
# typed: true
module M
def self.private(foo); end
end
class A
def foo; end
M.private :foo
end
A.new.fooObserved output
-
Updated
Nov 27, 2020 - Python
-
Updated
Jan 20, 2021 - Python
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Jan 18, 2021 - TypeScript
Currently pgTyped CLI package is using minimist for CLI flag parsing. By design minimist is rather minimal and doesnt provide any advanced features.
To improve the current CLI experience we should switch to yargs.
Things we will get out of the box with yargs:
- Help command
- Env variable support
- Flag value validation
- Documented default values
-
Updated
Jan 13, 2021 - Clojure
-
Updated
Dec 9, 2020 - TypeScript
-
Updated
Jan 21, 2021 - Python
-
Updated
Jan 20, 2021 - Ruby
-
Updated
Jan 8, 2021 - Reason
-
Updated
Jan 8, 2021 - Kotlin
(exp (log (make-polar 1.7976931348623153e+308 -1.797693134862315e+308)))
produces -8.648665413126592e+306-1.7956115019091953e+308i in Racket but -inf.0-inf.0i after Typed Racket optimization. Optimized code is:
(let-values (((g3)
(#%app
log
-
Updated
Aug 22, 2020 - Idris
-
Updated
Sep 5, 2018 - JavaScript
Improve this page
Add a description, image, and links to the types topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the types topic, visit your repo's landing page and select "manage topics."
My goal is to have the best documentation for each provided type.
If something is unclear in any of the types, please comment or open a PR to improve it.
Some things you could contribute: