illusionalsagacity
illusionalsagacity
This certainly does seem more ergonomic / familiar to me from the JS perspective. Perhaps this is just an oversight but I don't see an example of binding to variadic...
Just spitballing here, what if `import` of a rescript/reasonml/ocaml file was just an alias for `open` / let assignments? e.g. ``` import { bar } from "SomeReScriptModule" // --> let...
@ryyppy for the `:=` operator, is there a formal name for it? I have referred to it as the ref assignment operator in a branch, will publish a draft PR...
> Syntax swap. The function (x, y) => x+y would be uncurried and (. x, y) => x+y curried. I could see this swap being confusing if a library does...
My expectation was that since we've defined a `customFields` module for this `DateTime` scalar, it would be handled by the PPX for both responses and inputs; otherwise why does the...
> Custom fields have not been implemented for input objects indeed! I definitely would welcome a PR if you are up for it. Any idea on where/what would a starting...
@evelant if you're on yarn v3, or maybe this also exists on earlier versions, the `postinstall.js` script does not seem to run. I've observed this also happening on linux as...
I have a [PR up](https://github.com/rescript-lang/rescript-compiler/pull/4622) for rescript-compiler to add the phantom type to Dom. @BlueHotDog are you working on this? If not I can
> Thanks, I'll try to review soon. Just a note, that after the rescript-compiler PR merge, it will be published in BS 8.something). The problem is, that would require bs-webapi...
🙃 will have to revisit this and up the CI versions. `graphql-ppx` has a `dev` tag that allows rescript 10, but not sure if we ought to do that or...