-
## Proposal
Currently options can be represented as `undefined | ` at runtime. To improve interop with JS I wonder if it would be possible to represent them as `undefined | null | `.
This would …
-
I have 3 scenarios where a function take optional parameters.
```
let getModifiedTitle = (~title: someVariant=?) => {
blah blah blah...
}
```
```
let getModifiedTitle = (~title=?) => {
…
-
The I wish there was some concept of "commonly used tasks" in the docs.
I can't for the life of me figure out how to focus a form field. While I'm ok asking in discord it seems that many of these t…
-
I noticed Tablecloth API doesn't have `Float.toString` / `Float.to_string`. Both backends have corresponding APIs [`Belt.Float.toString`](https://bucklescript.github.io/bucklescript/api/Belt.Float.ht…
-
We want a first rough stylistic review for the Belt documentation to make it easier on the eyes early on.
Goals:
- [ ] Search component
- [x] Module API Layout (such as [Belt.List](https://reason…
-
Was testing with @peterpme and at least some projects won't be able to build if we use bsrefmt that we are pinned to now. https://github.com/reasonml/reason-react/commit/abf61ee706c8b4b51172598c8a6c40…
-
It's extremely hard to provide any more information on that one, but since BuckleScript 7.2.x I got some files randomly deleted in the apps using BuckleScript. I suspect it could be related to https:/…
-
I'm curious how you implemented the "suggestion" (i.e. "Did you mean ___?") feature since I don't see it in the code. Thanks in advance!
![color_typo](https://user-images.githubusercontent.com/3549…
-
Currently this is how odoc manages support files (CSS+JS):
- https://github.com/ocaml/odoc/blob/3f1db7ad83c5be9af30b0ffebb49f7a11b45111c/src/odoc/jbuild#L10
- https://github.com/ocaml/odoc/blob/3f…
-
Consider changing runtime value representation of variants, because for now there is a pain in the ass to serialize and deserialize them manually.
Variants are super-duper cool for making strongly t…