Danni Friedland
Danni Friedland
Hey, following up the discussion here: https://reasonml.chat/t/moving-bsconfig-to-package-json/2458/12 Opening this issue. ## The problem - Developers need, for every package they install, add it to package.json + add it to bsconfig,...
Hi, I want to add bindings to HtmlVideoElement(defined here: https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement). seems like there's a missing bindings for HtmlMediaElement(also the type is missing on Ocaml Dom). Should i take a stab...
Hey all, minor change, self described( i think) https://developer.mozilla.org/en-US/docs/Web/API/Document/contentType https://developer.mozilla.org/en-US/docs/Web/API/Document/dir
Hey, trying to understand how Array.IO.sequence is compared to Promise.all/Promise.any. Are the IOs running on parallel? Is it like Promise.all that if one fails all fails? (looks like, since it...
Seems like the npm package is 1 major version behind, can you please re-publish? Any way to maybe automate it?
Hi, i can't seem to figure out how to create a query that accepts an enum as a value and write a test for it. Would be great to add...
Hey, was wondering if you've any thoughts on adding support for Controls(https://github.com/storybookjs/storybook/blob/next/addons/controls/README.md#writing-stories)
Hey, while installing i get a warning this lib using jsx syntax 2 which is no longer supported.
#### Use Case: Browser usage via WASM+OPFS/IDB #### Proposed Change: Is it possible to introduce a way to write externally linked VFS like SQLite provides? What I would like is...
Not sure what happened, but the code in Demo.re was a bit off