Florian Verdonck
Florian Verdonck
These examples are repetitive, and they don't broaden the scope of your expectations. The technical details surrounding this situation are quite unclear, particularly regarding the predefined rules and what changes...
Thank you very much for implementing this @bluwy!
I no longer remember the status of [https://github.com/fable-compiler/vite-plugin-fable/pull/4](https://github.com/fable-compiler/vite-plugin-fable/pull/4). I believe it was possible, but unless there’s interest, I wouldn't prioritize it. If you enjoy working on it, feel free to...
Hello, Thank you for reporting this issue! Are you interested in submitting a PR for it?
Hmm, the current React create context approach feels like a departure from the norm. It seems more like a workaround than a suitable solution. `React.createContext(0)` should create a module with...
Something along these lines would fit the current flow better: ```res module MakeContext = ( T: { type value let value: value }, ) => { %%private(let context = React.createContext(T.value))...
Any pointers on how to do that? It would be nice if we could indeed alias to something uppercase.
Thanks, I'll try those and maybe just document what worked well over here!
> Enable .editorconfig support by default It would be fantastic to have this enabled by default. It's unintuitive that this is set to false, requiring a `biome.json` file with the...
Hello, thank you for reporting this issue. This [guide](https://fsprojects.github.io/fantomas/docs/contributors/The%20Missing%20Comment.html#The-Missing-Comment) could be useful to investigate the problem. Are you interested in sending a contribution for this?