-
I tried to explain `{..}` to another user and while typing out some examples I created a code snippet that actually compiled (even though I think shouldn't):
```res
@val external someObj: {..} = "…
-
Hi, I've just switched to a fresh Mac OS install and after cloning my repo the `rescript.settings.incrementalTypechecking.enabled` is bugging out in this specific project `pos/`.
I couldn't reprodu…
-
We have a self-hosted macOS ARM Github Actions runner for the [ReScript](https://rescript-lang.org) CI.
Since setup-ocaml 2.1.8, we are getting the following error in CI on that runner (see e.g. ht…
-
Hey, I ran into this rather interesting bug which originates to `validateJsonableSchema` function, I believe. I think it relates to wrapping a recursive (union?) schema inside a non-recursive schema. …
TomiS updated
4 months ago
-
As per Discord discussion, to avoid accidental production builds with `-bs-g` applied via config, apply it via environment variable instead.
-
Downladed the assets and tried running on android device.
Log:
`
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.pytorch.helloworld/org.pytorch.helloworld.MainActivity}: com…
-
Tagged templates seem to format special characters erroneously, for example `“` gets compiled into `\xe2\x80\x9c` which gets parsed/printed/shown as `â`
Example playground file:
https://rescript…
HrX03 updated
5 months ago
-
We currently allow decoding of query params. We could allow decoding of path parameters as well, which essentially would imply that you could write custom matching logic for query params. However, we'…
-
I have the rule to add a type definition when I use `Obj.magic` for casting types. In this case, it becomes more explicit, and the compiler at least can check that input and output types are used corr…
DZakh updated
2 months ago
-
I discovered the new playground and love using it! I'm super grateful for all the hard work. 😊
However, I found a drag issue after resizing the playground.
https://github.com/rescript-associatio…