Nick Williams

Results 45 issues of Nick Williams

**Checklist** - [x] Did you run the analyzer with the `--dev` flag to get more information? - [x] Did you create a **minimal** reproduction in the [playground](https://custom-elements-manifest.netlify.app/)? Completing the items...

I don't know what's been going on with it recently, but SoS seems to be going a little crazy. I'm getting constant popups flashing in the corner (despite little activity...

Would be useful to know at what time a track starts, so i can quickly scrub to that point

Feature Request

I have been trying to write a simple custom directive which simplifies some use-cases for `ifDefined`: ```js // instead of html`` // i would like to do this html`` ```...

consider a template like: ```js html` @media (min-width: 768px) { /* (1) */ body { color: red; } /* (2) */ } ` ``` lit-plugin reports the following errors: 1....

### Describe the feature there is currently no way to configure `@vitejs/plugin-vue-jsx` via nuxt's config. see this line from `@nuxt/vite-builder` https://github.com/nuxt/nuxt/blob/523b495e1d808c3a1e57e190d73f460ddf3b3d8b/packages/vite/src/client.ts#LL63C23-L63C23 my use case is that i need to pass...

3.x
vite
🍰 p2-nice-to-have

### 🔗 Linked issue resolves #19024 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [ ] 🐞 Bug fix (a non-breaking...

3.x
vite

### Describe the bug in dev, if you export a function from a svelte component that is a custom element, you receive an error in the console: ``` Uncaught TypeError:...

bug
custom element

### Describe the feature I have been trying to configure auto-imports for a library of web components, so that i can minimize bundle size without having to manually add imports....

enhancement
discussion
3.x

## 🚀 Feature Proposal It would be useful if the `t` function returned a branded type, rather than a plain string, so that you can enforce at a type level...

typescript