Florian Verdonck
Florian Verdonck
(For anyone reading this, I was able to just update the LSP server by running `npm i @rescript/[email protected]` in `/Users//Library/Application Support/Zed/extensions/work/rescript`
Thanks for reporting this. I can reproduce this. Both rewatch and bsb can't find Pervasives.src. I believe this is related to `pnpm`.
Thanks for doing some investigation here @hackwaly! @jfrolich any thoughts?
Hello @alex35mil, thank you for raising this. We discussed this on a call this week and are experiencing the same problem in our own repository. ([meeting notes](https://github.com/rescript-lang/rescript/issues/7117)) We will ensure...
Could you tell me on the `node_modules` level where https://www.npmjs.com/package/@rescript/runtime got installed?
Hi @hackwaly, @alex35mil and @sgrove, Can you try https://github.com/rescript-lang/rescript/releases/tag/v12.0.0-beta.11? This version might still have other issues, but at the very least the runtime should be found and you should no...
One problem I can already see is that this doesn't work when the indentation would be 2 spaces. ```fsharp do! writeRelated httpClient host ``` This is no longer an application...
Hello, thank your for brining this up. I saw that `atCurrentColumn` in https://github.com/fsprojects/fantomas/blob/6108fc41cf9ff49c9bd0f0059fc6b5fd2bc7974d/src/Fantomas.Core/CodePrinter.fs#L699 is the cause of this. I'm not sure if this is historically of required to have valid...
Hi Patrick, thanks for bringing this up. I see that the [style guide](https://learn.microsoft.com/en-us/dotnet/fsharp/style-guide/formatting#formatting-arithmetic-and-binary-expressions) does indeed mention not to place a space. I will investigate whether there is a specific reason...
Should be `rescript watch` in the latest beta.