Laurent Payot

Results 20 issues of Laurent Payot

Added https://github.com/laurentpayot/intljulep, a super lightweight yet powerful i18n library

Hi, thanks for this nice plugin :+1: When importing the plugin in my vite.config.ts file ```typescript import cssoPlugin from 'postcss-csso' ``` I get the following error in VS Code: ```...

[CSS nesting](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting/Using_CSS_nesting) just landed in [Firefox 117](https://www.mozilla.org/en-US/firefox/117.0/releasenotes/#note-789713)! (released August 29, 2023) It means all major browsers now support CSS nesting :tada: Using CSS nesting would remove *a lot* of redundant...

enhancement

Hi, thank you for this neat framework. I’m coming from Elm and I’m currently evaluating Flame to rewrite an Elm app in PureScript. Is there a way to have HTML...

### Describe the bug The MSBuild project property group element `` (for instance set to `true` when creating a test project with xUnit) seems ignored by Ionide. So having `false`...

Please add Authentication onCreate and onDelete triggers for v2 functions in the SDK, this is really missing. :pray: ### Related issues https://github.com/firebase/firebase-functions/issues/1213 https://github.com/firebase/firebase-functions/issues/1381 ### Version info **firebase-functions:** [v4.3.1](https://github.com/firebase/firebase-functions/releases/tag/v4.3.1) **firebase-tools:** 11.29.0

type: feature request

### Format Lightning (5 minutes) ### Description Bonjour tout le monde, La semaine dernière j’ai créé [une petite fonction](https://github.com/laurentpayot/verticalize) qui ressemble un opérateur "pipe" `|>` pour JS. J’ai apparemment touché...

Hello there, a little question. Since version 1.11 CoffeeScript supports ES2015 import and export syntax by producing an import or export statement in the resulting output. We have to add...

Hi, React 19 RC has been released a few weeks ago, with some [breaking changes](https://react.dev/blog/2024/04/25/react-19-upgrade-guide#breaking-changes). How will the soon to be released React 19 impact Feliz? Is React 19 compatibility...

Hi, I’m using a web worker to transmit JS objects (`MessageEvent.data`) to Fable. Thanks to the [structured clone algorithm](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm), these objects should be the same as if they were the...