-
Updated
Jul 8, 2022 - JavaScript
typescript-support
Here are 35 public repositories matching this topic...
-
Updated
Dec 31, 2021 - TypeScript
Which package(s) does this problem pertain to?
- Other
(Your bug form doesn't include @types/ember__destroyable)
What are instructions we can follow to reproduce the issue?
Create a new Ember app with ember 4.1, add ember-cli-typescript in
-
Updated
Jul 8, 2022 - JavaScript
Not sure if it fits with the spirit yet, but need to take a look.
-
Updated
Jul 2, 2022 - TypeScript
Include git describe
Discussed in AbhyudayaSharma/react-git-info#25
Originally posted by alex-jesper May 3, 2022
Hi,
The code seems to work well, however I need the output from "git describe --tags", which does not seem to be present.
Is it possible to extend the functionality to include that?
Thanks,
Jesper
Add
-
Updated
Aug 22, 2020 - TypeScript
-
Updated
Feb 12, 2022 - JavaScript
-
Updated
Jun 1, 2022 - CSS
-
Updated
Jun 21, 2022 - TypeScript
-
Updated
Jan 12, 2022 - HTML
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Jun 1, 2022 - TypeScript
-
Updated
Feb 26, 2022 - TypeScript
-
Updated
Apr 30, 2022 - TypeScript
-
Updated
Sep 30, 2017 - Vue
-
Updated
Mar 10, 2022 - TypeScript
-
Updated
Jun 21, 2022 - TypeScript
-
Updated
Jul 4, 2022 - TypeScript
-
Updated
Feb 4, 2019 - JavaScript
-
Updated
Jun 11, 2021 - JavaScript
-
Updated
May 19, 2022 - JavaScript
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Apr 30, 2022 - TypeScript
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Sep 23, 2020
-
Updated
Mar 3, 2022 - TypeScript
-
Updated
Jul 7, 2022 - Shell
Improve this page
Add a description, image, and links to the typescript-support topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typescript-support topic, visit your repo's landing page and select "manage topics."
Really love this library, especially all the accessibility considerations built in! One thing I've noticed in implementing it though is an error from accessibility validators for a missing
aria-valuenow
property on both the Color and Hue sliders.I had an explore of the MDN docs for the two properties