bucklescript-tea
bucklescript-tea copied to clipboard
TEA for Bucklescript
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
HI, just like https://github.com/OvermindDL1/bucklescript-tea/pull/127 and more pull reqyuest, I find my self more and more expanding the provided types, introducing bare javascript or using the (more) complete [bs-webapi](https://www.npmjs.com/package/bs-webapi) package. Would...
It looks like the pending tasks queue is unused, since it is always set to an empty list when it is empty, and then set back to empty afterwards. Was...
It seems like there's no port of Elm's [File](https://package.elm-lang.org/packages/elm/file/latest/File) module. I tried to get around this with ```reason input'( [type'("file"), onChange(s => GotFile(s))], [text("ok")], ) ``` but the callback just...
Is it feasible to use bucklescript-tea for handling logic+side-effects and bs-react-native for the view? Thanks!
(alternate title: recommended way to do hot module replacement while persisting state?) I'm trying to get [hot module replacement](https://webpack.js.org/concepts/hot-module-replacement/) working in my app during development, where I can persist the...
I'm having issues with the debug overlay's css clashing with some rules from another lib. Would it be a good idea to inline or namespaced them to avoid this?
I was looking into doing some drag/drop with html5 (https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API) but this doesn't look possible yet? Would it require a lot of effort? I guess that some work would be...
This adds a renderCallback function, which runs on the model after the render. We use this to set the cursor (which the browser resets after updating the text of a...
This adds getBoundingClientRect and setSelectionRange to Web.Node.