-
Updated
Jul 2, 2021 - TypeScript
type-safety
Here are 227 public repositories matching this topic...
With #292 landed the following Web APIs were added (warning: some typings to be reviewed in future PRs).
This issue works as a tracker for the remaining APIs to support
- AbortController
- AbortSignal
- AbstractRange
- AnalyserNode
- Animation
- AnimationEffect
- AnimationEvent
- AnimationPlaybackEvent
- AnimationTimeline
- ApplicationCache
-
Updated
Jul 21, 2021 - Ruby
AngularJS Material uses gulp to build everything, so we're looking at using https://github.com/ivogabe/gulp-typescript for our builds. It seems like something could be built similar to the webpack plugin in order to have the types added during the Gulp pipeline.
It's not clear if typewiz-node could help with this already or not. We don't have a single main.ts to point to. Should we do somethi
-
Updated
Apr 28, 2021 - C++
-
Updated
May 19, 2021 - Swift
-
Updated
Jun 6, 2021 - JavaScript
-
Updated
Jul 22, 2021 - TypeScript
-
Updated
Jul 5, 2021 - OCaml
-
Updated
Apr 15, 2021 - Swift
-
Updated
Sep 24, 2020 - Scala
The Generated Client API is remains largely undocumented...
It would also be awesome if we could include the documentation of the API in the Generated DSL
The .returning() function currently only supports strings (which should be the target table's column names). In reality they can accept any expression and (returning) query.
This should be supported:
insert into bar (val) values (123) returning (select count(*) from bar), id, val || 'test'which would equate to something like:
db.insertInto(bar).values({ val: 123 })-
Updated
Apr 29, 2021 - C++
-
Updated
Jul 24, 2021 - TypeScript
-
Updated
Jul 22, 2021 - Scala
-
Updated
Jul 21, 2021 - Ruby
-
Updated
Jul 19, 2021 - C
-
Updated
Jul 23, 2021 - Ruby
It came up in #41 that it would be nice to have functions like abs(), sqrt(), etc. implemented on $System<f64, U> (and friends) directly, and not just through traits, so that they could be called without the traits in scope.
-
Updated
May 1, 2021 - Swift
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Nov 23, 2020 - Scala
-
Updated
Dec 28, 2017 - C++
-
Updated
Apr 19, 2021 - TypeScript
-
Updated
Jul 21, 2021 - Java
-
Updated
Jan 28, 2019 - Idris
Improve this page
Add a description, image, and links to the type-safety topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the type-safety topic, visit your repo's landing page and select "manage topics."
We need to add
.. autosummary::to pages that need it.We also need to make sure that this tag renders smoothly.
Usage example: https://github.com/wemake-services/wemake-python-styleguide/blob/ba060dfd18606365d4c09545554b595fce025e79/wemake_python_styleguide/violations/best_practices.py#L16-L17
Docs: https://www.sphinx-doc.org/en/master/usage/extensions/autosummary.html