Skip to content
#

lit-element

Here are 394 public repositories matching this topic...

LarsDenBakker
LarsDenBakker commented Sep 15, 2020

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.

bennypowers
bennypowers commented Sep 30, 2020

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

  1. If the TypeScript option is selected, continue as normal
  2. If the JavaScript option is selected, run all the same steps as the TypeScript generator, but add the following steps afterwards:
    1. Run
Sujin-Kim1
Sujin-Kim1 commented Feb 16, 2022

Describe the bug
When updating other config and refreshing the page, the shell script config menu disappear.

To Reproduce

  1. Go to 'usersettings' page
  2. Update other configs such as system language, mini-ui etc.
  3. Refresh
  4. 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.

Curate this topic

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."

Learn more