-
Updated
Feb 20, 2022 - JavaScript
lit-element
Here are 394 public repositories matching this topic...
-
Updated
Nov 2, 2021 - TypeScript
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Feb 17, 2022 - TypeScript
-
Updated
Feb 7, 2022 - TypeScript
Describe the bug
Title
To Reproduce
Steps to reproduce the behavior:
- clone template
- open vs code
- go to app-home.ts
- notice red lines
Expected behavior
The fast components should be recognized.
**Desktop (please complete the fol
The generator currently outputs TypeScript projects only. It should have an option to output JavaScript projects.
This could be accomplished without duplicating code by the following steps
- If the TypeScript option is selected, continue as normal
- If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
- Run
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Feb 15, 2022 - TypeScript
-
Updated
Feb 8, 2022 - TypeScript
-
Updated
Feb 18, 2022 - TypeScript
-
Updated
Feb 21, 2022 - TypeScript
As svg icons are supported in all modern browsers right now, maybe we can update it.
Some references:
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Feb 13, 2022 - TypeScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 11, 2022 - JavaScript
-
Updated
Feb 21, 2022 - TypeScript
-
Updated
Feb 16, 2022 - JavaScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Feb 18, 2022 - TypeScript
-
Updated
Nov 28, 2021 - JavaScript
-
Updated
Feb 17, 2022 - JavaScript
-
Updated
Jan 10, 2020 - JavaScript
-
Updated
Feb 10, 2022 - TypeScript
-
Updated
Jun 3, 2021 - Vim script
-
Updated
Feb 17, 2022 - TypeScript
Describe the bug
When updating other config and refreshing the page, the shell script config menu disappear.
To Reproduce
- Go to 'usersettings' page
- Update other configs such as system language, mini-ui etc.
- Refresh
- See error
Expected behavior
Always visible if API support editing shell script.
Screenshots
![image](https://user-images.githubusercontent.co
Improve this page
Add a description, image, and links to the lit-element topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lit-element topic, visit your repo's landing page and select "manage topics."
The semantic dom diff plugin uses some global variables like
__mocha_context__
and__snapshot__
which are only available in a karma mocha context. When it's user in other test runners, or karma without mocha, it crashes with an unhelpful message.We should check for these variables, and throw a helpful error to the user that explains this plugin can only be used in Karma.