Laurent Payot

Results 136 comments of Laurent Payot

I deleted `node_modules/uglify-js`, and replaced it with a symbolic link to `node_modules/terser`. Worked like a charm, now on my machine html-minifier does minify ES6. What is preventing the replacement of...

@DanielRuf thanks for `html-minifier-terser`, it's working great :+1:

@duxiaofeng-github did you try the `all=true` option? https://flow.org/en/docs/config/options/#toc-all-boolean

That makes sense. Dynamic versus static types is a matter of coding style. I'm trying to use Flow essentially for my CoffeeScript 2 functions, some are in Vue components, some...

Thanks @Joshimello! I’d love to add your example to the readme, but if I’m right [Svelte 5 will be released soon](https://sveltekit.io/blog/svelte-5) with the [new "runes" syntax](https://sveltekit.io/blog/svelte-5#derived-rune) that makes `$: svgURI...

Thanks again @Joshimello :+1: I will probably add this in the docs in not too distant future. Hopefully before Svelte 6 is released :wink:

Update: I’m actually waiting for React 19 to be officially released (not the beta) to revamp the docs.

Hi @zalmoxisus. Is this package still maintained?

@tscislo I had an issue with the [Elmish debugger](https://elmish.github.io/debugger/) which has remotedev as a dependency. Fortunately [I could fix it](https://github.com/laurentpayot/fsharp-fable-elmish-example/blob/cd3baab160dc1c85007539c8d6f1cc0bc5b5448c/vite.config.js#L42). So _for me_, it’s fine if remotedev is not evolving...