Florian Hammerschmidt
Florian Hammerschmidt
This looks like you are using an older (globally installed?) version of the formatter. I don't have this behavior.
Not 100 % sure, but I heard the parser itself still defaults to curried output. @cknitt may know more. Also, did you try one of these? ``` // Path to...
In theory: https://rescript-association.org/donate But that is not really set up yet. @ryyppy has plans to make donations easily possible. I myself currently sponsor him on GitHub because he is chair...
The new compiler versions indeed clean up the lockfile too eagerly, while the extension always relied on its existence, to check if it's necessary to ask for a build.
Why would we not support Linux ARM64 in the VSCode extension when the compiler supports it? https://github.com/rescript-lang/rescript-compiler/blob/master/.github/workflows/ci.yml#L23-L27 The only issue I see is that the bundle gets too large, so...
@illusionalsagacity Sorry that it took me so long to answer. I am afraid that this year there won't be a new release as it is the final day. 😠I...
TBH I was not confident either before your changes, it's all a bit of a research project currently. @illusionalsagacity Do you know how many components would require the hard-coded schema?...
@LukasDeco thank you, very appreciated! Please check out the https://github.com/cca-io/rescript-material-ui/tree/mui-v5 branch and try to continue what @illusionalsagacity mentioned in their [comment](https://github.com/cca-io/rescript-material-ui/issues/182#issuecomment-1399733801) The goal is to generate the majority of the...
The fixed modules are just completely hand-crafted files with rescript bindings that get copied over when executing `yarn build` in [`tools/binding-generator`](https://github.com/cca-io/rescript-material-ui/tree/mui-v5/tools/binding-generator). In the mui-v5 branch, you now also need to...
So I will use the generator to create one final set of bindings and then switch to manually updating them from there. We think this will make it easier to...