-
> Warning: these are exploratory high-level ideas. It would not be surprising to find major holes in them. But at least there's an attempt to go beyond the surface and consider simple semantic models.…
-
This caused a bug that one of our tests caught. Is this a known breaking change or a bug? (compare 10.1 vs 11 in the playground)
https://rescript-lang.org/try?version=v10.1.2&code=FAguE8AcFMAIDMC…
-
Example code:
```rescript
open Js
let min = -2147483648
let max = 2147483647
let value = 1000000000
Console.log(min->Int.toFloat -. value->Int.toFloat)
Console.log(max->Int.toFloat +. value…
-
I created a new empty ReScript project with the latest stuff and a small "Hello World" React component seems to work. BUT there is an error in the VS Code reporting. The generated `.gen.tsx` files has…
-
As stated in #5361 (rescriptify Belt / Js docs), we noticed that some modules are generated from `cppo.ml[i]` files.
That means that some docs will get overridden with the old docs as soon as we re…
-
Warning: react-signature-pad-wrapper: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pa…
-
JS has the following syntax for RegExp literals:
```js
const myRegExp = /ab+c/;
```
In ReScript, this would currently be expressed as
```rescript
let myRegExp = %re("/ab+c/")
```
It wo…
-
I have a traced model that works correctly on Python and C++. However, when i try loading it in Android, I’m getting **inconsistent** output tensors on **every run**. I did call `model.eval()` before …
-
I understand in Melange the way to tell the compiler that some string is a "JavaScript string" (unicode encoding) is using quoted strings with ids `j` and `js`.
In the context of writing universal …
-
Right now the vite plugin depends on [reading `build.ninja`](https://github.com/zth/rescript-relay-router/blob/7a2a876017bde80c9cb34ca8031cf472ecbd2b6a/packages/rescript-relay-router/vite-plugins/Resc…