-
When you create a binding for component, which doesn't use `[@react.component]` PPX (I think) adds unexpected wrapper function around the make function. E.g.:
```
module SomeComponent {
[@bs.modu…
-
Hi! First, thank you very much for sharing this project! I've been exploring and playing with it and I love the promise!
Just two quick questions:
Is [Local State Mgmt](https://relay.dev/docs/en…
nrako updated
4 years ago
-
Thanks for this awesome tool!
While going through a repo and resolving things that are brough up, it would be nice to get a stream of remaining dead code left.
-
At the moment, BuckleScript's built-in, minimal preprocessor supports only some JavaScript-style version-comparison operators; for instance, [the example from the docs](https://bucklescript.github.io/…
-
```
> babel-node --presets es2015 ./src/server.bs.js
/nix/store/node-dependencies-api-0.1.0/lib/node_modules/bs-platform/lib/es6/js_list.js:3
import * as Js_vector from "./js_vector.js";
^^^^^^
…
et4te updated
4 years ago
-
User @johnridesabike just announced his reason news aggregator in Discord.
https://github.com/johnridesabike/reason-planet
It currently aggregates blogposts from
- https://reasonml.github.io/bl…
-
As mentioned in #12:
> One goal of Spin is to reduce the gap between OCaml and Reason ecosystems.
[Tablecloth](https://github.com/darklang/tablecloth) aims to provide a consistent standard libra…
-
https://github.com/jchavarri/bs-atdgen-generator/runs/659691890
```
[8/8] Building src\atdgen_codec_runtime.cmj
ninja: fatal: ReadFile: The handle is invalid.
[1/16] Building d:\a\bs-atdgen-gene…
-
In the file https://github.com/sikanhe/reason-node/blob/master/src/Fs.re , the file permissions flag is repeated for several bindings:
https://github.com/sikanhe/reason-node/blob/4e3243fa321373a8f0…
-
When using [vscode-reasonml](https://github.com/reasonml-editor/vscode-reasonml) plugin it shows an merlin error saying `Uninterpreted extension 'graphql'` when using the ppx. Also type hinting for re…