Tomasz Cichocinski
Tomasz Cichocinski
We were using `^` (caret ranges) which was downloading `react-native` versions above 0.55. That was causing fresh clone to have broken example app.
Right now we run few infinite loops all the time, even when we don't have any running processes. That makes our CPU to not like us that much as we...
The latest npm `reason` package version is `3.3.4` which is over a years old. We want to use it for [reformatting between Reason and OCaml syntax](https://github.com/reason-association/reasonml.org/pull/34) and would be great...
As described in the documentation, this library currently is built with BuckleScript in mind. I'm exploring native Reason database libraries and this seams as a perfect fit as most of...
Following PR makes the following changes: - updated to dune via `dune upgrade` - fixes many now default dune errors like unused variables, unused opens Not sure if everything is...
It would be amazing to have `CREATE TABLE` generated for the defined tables. Are there any plans to support that?
# Question [Offical doumentation](https://reasonml.github.io/docs/en/pipe-first) mentions only pipe-first (`->`). It's only available when using together with BuckleScript and doesn't exist in native or `js_of_ocaml`. Belt (BuckleScript standard library) is pipe-first optimized...
# Question > Reason lets you write simple, fast and quality type safe code while leveraging both the JavaScript & OCaml ecosystems. But what this exactly means? Is Reason compiled...