Nicolas Mattia

Results 136 issues of Nicolas Mattia

CC @nh2 as discussed last week My first thought was to first package snack itself as a static executable and then potentially provide a way for snack to package other...

This changes the `Comment` ast definition to handle comments like `/* ... */`, whereas before only `# ...`-style comments were handled without panicking. The implementation makes some assumptions and may...

Hedis' PubSub interface is really neat, making sure you can never exit without having unsubscribed to all the channels. Unfortunately (unless I missed something) you can never gain control unless...

### Describe the bug Importing a Wasm module fails, whereas a simple (non-sveltekit) svelte app can load and use the Wasm module just fine. I'm generating the Wasm module (and...

vite

Hi, thanks for the great tool! I'd love to start using it on a codebase, however I think I've hit two bugs (#283, #284). It would be great if I...

The `no-invalid-css` rule gets triggered by (as far as I can tell) perfectly fine CSS animation keyframes: ``` @keyframes test { 0% { background-color: transparent; } } ``` gives: ```...

The CLI version of `lit-analyzer` will incorrectly report a `` tag starting with a space as unclosed: ``` ./src/file.ts This tag isn't closed. 92: no-unclosed-tag ``` Removing the whitespace fixes...

It would be nice to be able to write the following: ``` html ... ``` It could be done such that in the above case `a-class` would have priority over...

In the following HTML ```html ``` `disabled` is a boolean attribute. > 2.5.2 Boolean attributes > A number of attributes are boolean attributes. The presence of a boolean attribute on...

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Lit Core (lit / lit-html / lit-element...