Javier Chávarri
Javier Chávarri
I think i'm running into the same issue. The native build uses `Big_int` from `batteries` and i'm replacing it in JS with some bindings to bn.js. The problem is I...
> I just made a separate folder with a bsconfig.json in it, it worked just fine @jaredly nice, this seems to work, thanks! > Could you put the JS part...
oh, right! that should work in my case (`bs-dependencies`). I'll add it to the js lib and let you know if it works, thanks! Would that work in the `ppx-flags`...
@bsansouci I tried `allowed-build-kinds` but doesn't seem to fix the issue. Maybe that flag works for opam dependencies only? Or I might be doing something wrong. Supposing I have an...
I ran into a very similar issue, not sure if the same but tracking here in case it helps. In v3.7.0 from opam. ```reason let foo = fun | (hey:...
I picked up from @jaredly's branch, and updated with latest master: https://github.com/jchavarri/reason/tree/joo. Feel free to incorporate it to this PR if it's useful. Most relevant changes: - Move to `esy.lock`...
Managed to fix the menhir issue, there were more paths that had to be migrated from `_build` to `_esy`. So both refmt binary and refmt js api seem to be...
@jaredly Added another small change so that the script gets bspack.ml from BS github repo: https://github.com/jaredly/reason/pull/3. Some future tasks could be: - migration to 4.06 for bs7 - publish refmt-js-api...
Popmotion has one library called ["Pure"](https://popmotion.io/pure/) that has a functional design and has made a lot of good decisions to shape the API so that is usable in different environments...
Hey @bryphe! I was investigating this and realized a couple of things: - The wheel events already have some momentum, at least in my Mac. Should we just reuse those...