-
Something is weird about the core Option module, when run with just node
but seems to work just fine with create-react-app (webpack I think)
works
```
Array.at([1, 2, 3], 0)->Console.log
`…
-
Native Reason, ReasonML BuckleScript Flavor, REScript even OCaml?! WTF are you guys doing?
## Native ReasonML (or Reason Native), .re files
Native Reason is just a syntax of OCaml and is interchan…
-
Recently React Flow has released it's v10 and it contains lots of breaking changes on their API (https://reactflow.dev/docs/guides/migrate-to-v10/). Therefore we'd need new bindings to make it work wi…
-
The [Hyperswitch SDK](https://docs.hyperswitch.io/hyperswitch-cloud/integration-guide) is a versatile tool built to streamline payment integration for developers. It simplifies the process of adding m…
-
Could we get an option to print the path in an error message by its relative path instead of its absolute path? It would have a couple of benefits:
1) You could simplify this regex in the tests: ht…
-
When one has a React component accepting children, e.g.
```rescript
module A = {
@react.component
let make = (~children) => {children}
}
```
and, instead of passing the children like …
-
### Feature Description
It would be great if Gitea could support [Rescript](https://rescript-lang.org/) syntax highlighting.
For example Github already supports it via the ```res tag or the source c…
-
The Babel JSX compiler converts HTML entities into the unicode characters they represent. In ReScript, we have to use the actual unicode directly. For some characters, like ` ` this isn't always …
-
The JSX 4 migration guide describes how it's possible to write components either writing the props type manually, or using the `@react.component` annotation.
However, when binding to external compo…
-
All case which have a prefix won't be logged. In the generated js files the code for logging is missing. It took a while to find out but now i have a minimal example:
```reason
// RSLoggerBugExamp…