-
Can we have a default code indentation option for reasonML files?
-
What are your thoughts on making all functions ES6 exports (like `add` etc), then providing a 'lite' constructor with no functions defined on the prototype or as static functions constructor? This wou…
-
Rust and ReasonML allow you to combine patterns in switch/case statements. I think it's nice.
```
switch (items) {
| [1, 2]
| [3, 4] => "is 1,2 or 3,4"
| [5, 6 | 7, ..._] => "starts with …
-
I'm muddling through Revery as a complete newcomer but longtime admirer of ReasonML, and I don't see anything in the Revery docs about using external packages. Is there a way to use reason-apollo with…
-
After installing `utop` with `opam` I have the following `~/.ocamlinit`:
```
(* ## added by OPAM user-setup for ocamltop / base ## 3ec62baf6f9c219ae06d9814069da862 ## you can edit, but keep this lin…
-
Is there is any roadmap for Windows desktop development? Since there is no content for WPF development in C, not possible to reuse the cocoa binding concept.
the one possibility I see is `ReasonML …
-
Issue found when installing reason-cli on OSX Yosemite: https://github.com/reasonml/reason-cli/issues/62
These two files use `mktemp -d`, which doesn't work on versions of OSX below 10.11, causing …
4423Q updated
6 years ago
-
Some languages I'd like to implement if possible:
* [ ] Ada
* [ ] Arturo
* [ ] Boo
* [ ] Brat
* [ ] Clojure
* [ ] Cobra
* [ ] CLISP
* [x] Crystal
* [x] Elixir
* [x] Erlang
* [ ] Euphoria
…
-
Hi.
I can see that npmjs.org lists the latest version of this library as `1.0.2` and the code in `master` has `"version": "1.0.2"` since 4892d02a0f12c4eb01bd200d52322881e4e8e9b7:
https://github.…
-
As per https://reasonml.github.io/blog/2018/03/06/reason-3.1.0.html, Reason 3.1.0 support comes with bs-platform 2.2.2 and it would be nice to use that new syntax with the `bsb-native` fork.