-
Updated
Apr 30, 2021 - JavaScript
npm-module
Here are 999 public repositories matching this topic...
-
Updated
Nov 11, 2021 - Ruby
-
Updated
Oct 24, 2021 - JavaScript
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Mar 23, 2018 - JavaScript
-
Updated
Sep 18, 2021 - JavaScript
-
Updated
Nov 13, 2021 - TypeScript
-
Updated
Nov 5, 2021 - JavaScript
-
Updated
Oct 3, 2021 - JavaScript
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Mar 5, 2019 - JavaScript
-
Updated
Jul 14, 2020 - JavaScript
as of tap 11 there is a feature for testing with snapshots. It seems to me like there are couple places in our test suite where we could move to this pattern to this technique.
This is a great place for someone to hack on if they wanted to get started in this repo
-
Updated
Sep 29, 2021 - TypeScript
-
Updated
Apr 28, 2017 - JavaScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Nov 6, 2021 - JavaScript
-
Updated
Oct 14, 2021 - TypeScript
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Oct 23, 2021 - TypeScript
-
Updated
Oct 23, 2021 - JavaScript
-
Updated
Mar 30, 2021 - TypeScript
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Oct 10, 2021 - JavaScript
-
Updated
Oct 5, 2021 - TypeScript
Backstory
There's a need to allow users to specify what service is exposed by this plugin to allow for other icons in the Home app etc. (see #122). For historical reasons, it has always been a simple switch - but it could've been anything that represents an on or off state and allows for switching between the states (such as a lamp, a speaker or a TV).
Issue
Implement a way to make th
-
Updated
Sep 21, 2021 - JavaScript
-
Updated
Oct 6, 2021 - JavaScript
-
Updated
Jun 7, 2020 - JavaScript
Improve this page
Add a description, image, and links to the npm-module topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the npm-module topic, visit your repo's landing page and select "manage topics."
Please describe what the rule should do:
In Vue you can use
test($event.detail)
as well asevent => test(event.detail)
to achieve the same thing. 1. should be preferred.test($event.detail)
event => test(event.detail)
**What category should