Maxime Mangel
Maxime Mangel
> 1. What's the deal with the clean command? How's it different from `--noCache`? Honestly, it's always been a bit of a puzzle to me. In the current implementation: -...
Oh yes for sure, anything related to how we expose an API or craft a CLI (probably worst for a CLI) is a personal opinion/preference. I hope, I didn't appear...
For reference here is the result of the poll:  TBH I am quite surprised by the number of TypeScript usage. Regarding Rust, some people...
Thanks for the information. We will need to wait for F# team to fix the issue before we can include it in Fable. Hopefully, it will be done for F#...
Hum, this kind of issue remind me of the system being out of inotify watcher but I think it was happening to me on Linux. Can you reproduce without running...
Thank you for sharing the work around. I am not sure why there is a problem when running it via Fable. In theory Fable, just spawn the process and forget...
I am experiencing the same problem but I have also also when running the processes separately...
I feel like my problem is more related to my build project. I am running the processes from an F# project to orchestrate everything. And was noticing some strange overlapping...
Another command which fix this issue is to run Fable in verbose mode: `dotnet fable --verbose --run vite` We believe the issue is that both Fable and Vite are rewriting...
Hello, Fable always try to put import statement at the top of the file. The line that you liked is the exposed API, you will need to look into `Fable.Transforms`...