Florian Verdonck
Florian Verdonck
This experiment is currently making us consider breaking `ApiDocs.GenerateHtml`. It would still return the same object but the HTML would be different. Could this be problematic for someone? Shot in...
Sounds reasonable. @baronfel, what is the recommended way in dotnet to handle this nowadays? I have a feeling we could use some sort of application host for this. Does that...
Generic host seems reasonable, it could improve the logging story as well.
`while true do` there must be a better way right 🙈. > Regarding the logging story, we could do something similar to what was done in Fable. Yes, that be...
Hi there, thanks for this initial attempt! Here are some preliminary remarks; I haven't looked into the details yet. > Improve XML Doc formatting I'd like to hear the strategy...
I see only one usage of this, is this really worth the breaking change? How many times does this bother you?
> When building the runtime with rewatch on Windows in CI, I get > > ``` > Can't continue... Found a circular dependency in your code: > Js_dict > →...
It's a step in the right direction, but I wouldn't say this PR solves all the problems.
Okay, another worth talking about is https://github.com/rescript-lang/rescript/pull/7771 The way Rewatch resolves packages is a little different than Bsb. Rewatch (after my regression [PR](https://github.com/rescript-lang/rescript/pull/7770)) looks in three folders to find `"dependency"`...
We discussed this during the latest contributor sync: - As a last resort, Rewatch should also traverse upwards in the file system to find `node_modules`, similar to how `bsb` does...