Johannes Schaffer

Results 12 comments of Johannes Schaffer

produce(). The Immer library for javascript uses it

It still doesn't work! I can still save multiple entries which have all the same text field. Edit: Solved it - Drop the collection in MongoDB - (? Delete the...

@faforus Should be autocompleted. Have you installed it and set it as theme in settings.json?

Like I said, you shouldn't need to try out / type in various combinations of name and version. VSCode should autocomplete available themes.

Great! It would probably be helpful for others as reference, if you posted your working code snippet here...

Doesn't work for me with v1.9.9 or below either. First time I'm using HTMX, so maybe I'm doing something wrong? ```

For me the problem was I used the old attribute: `hx-ws='send'` instead of `hx-boost="" ws-send=""`

Workarounds I found so far: - pnpm - yarn with no-hoist for payload - npm with install-strategy = shallow => Doesn't hoist anything - npm with install-strategy = linked =>...

I don't think it's a good default style;) Many websites do display the casing (it's the default for h2, h3). It makes the result on the website very hard to...

Great to hear 👍. And thanks for upstreaming all these improvements to Lexical itself;) Will benefit everyone...