Benjamin San Souci

Results 41 issues of Benjamin San Souci

This PR aims at fixing some concurrency errors. Here's the setting. - there are two concurrent calls to this._write, both are at the stage of calling the callback of writeFile...

It seems like chrome does some rounding here and it makes a grey line appear at the top of the card. It's more visible on non-retina monitors. This plays with...

@thangngoc89 had asked me if we could get belt on opam. Belt depends on 3 things: - a couple js files - belt_ppx (which brings bs.deriving abstract support for native...

This seems like one ``` FAILED: index.native /Users/sansouci/Desktop/fft/node_modules/bs-platform/lib/bsb_helper.exe -add-ocaml-dependency bigarray -add-ocaml-dependency dynlink -add-ocaml-dependency nums -add-ocaml-dependency str -add-ocaml-dependency threads -add-ocaml-dependency unix -w -30-40+6+7+27+32..39+44+45+101 -bs-main Index -bs-super-errors -add-clib -ccopt -add-clib -framework -add-clib...

``` >npm run build > reprocessing-example@ build C:\projects\reprocessing-example > bsb -make-world -verbose BSB check build spec : Dependencies information missing Package bs-platform -> C:\projects\reprocessing-example\node_modules\bs-platform bs-platform version mismatch Running bsb (...\AppData\Roaming\npm\node_modules\bs-platform)2.1.1...

Right now bs.optional will turn a record field into an optional with getters and setters that work accordingly. We're using `option` right now as the types everywhere, but we could...

This would force a bs-dependencies to be built to the backend specified, useful for packages that didn't write `allowed-build-kinds` and that are compatible with native. (by default `allowed-build-kinds` is just...

Right now bsb uses a way to parse the `bsconfig.json` that doesn't error on keys that are of the wrong type (at least not for all fields). We explicitly do...