Dustin Dowell
Dustin Dowell
This addresses my issue #188. This PR would allow you to write views that create `shadow-roots`. For example when using JSX: ```js function view () { return Heading 1 The...
I just want to preface this issue by saying this is just an idea I had. I'm not sure that this belongs in Superfine but I do think it's interesting....
A quick grep for the invalid tag `` inside this repo reveals... ``` grep -r -l "" . ``` Click to expand ``` ./material-design-icons/src/av/queue_music/materialiconsoutlined/24px.svg ./material-design-icons/src/av/queue_music/materialiconstwotone/24px.svg ./material-design-icons/src/av/airplay/materialiconsoutlined/24px.svg ./material-design-icons/src/av/airplay/materialiconstwotone/24px.svg ./material-design-icons/src/av/web/materialiconsoutlined/24px.svg ./material-design-icons/src/av/web/materialiconstwotone/24px.svg ./material-design-icons/src/av/pause_circle_filled/materialiconsoutlined/24px.svg...
**Describe the bug** I wanted to test out netlify functions using netlify-cli. It seems there's an extra `/` character getting added then escaped. This project works fine when deployed on...
It would be nice if there were a way to specify a default preset so every import didn't need the query string. Maybe something like this... ```js imagePresets({ 'default': widthPreset({...
### 🐛 Bug description When using a number input, pressing arrow keys creates this warning. ``` ```  ### 🏞 Desired result No warning. ### 🚑 Other information Edit: TBH...
### 🐛 Bug description Ability to use the JSX transform without littering imports everywhere. I want to use the transform with global Vue instead of using a bundler. Currently this...
### How did you encounter this bug? Installing the extension and saving a file. ### Stylelint Configuration ``` { "extends": [ "stylelint-config-standard" ] } ``` ### Extension Configuration ```json {...
I don't host my raw source files in my server's public folder when developing. Node-sass and rollup both have a flag to include contentSources in the source map. The only...
* **OS version**: win11 * **Browser version**: chrome latest * **Extension version**: after the recent update ### 🐛 Describe the bug The integration used to say "start timer" on all...