Matheus Henrique
Matheus Henrique
In my program, I have a series of RGB values that are suited for the `A.rgb_888` function (range 0-255), but not all terminal applications support True Color mode. Is there...
### Description When using `MenuList` inside a `draggable` container, the default preview also show other elements that are not in the draggable container. ### Link to Reproduction https://codesandbox.io/s/bold-cdn-6ll7bd?file=/src/index.tsx:295-352 ### Steps...
The following code: ```rescript let x = raise(Not_found) ``` Compiles to the following JavaScript: ```js // Generated by ReScript, PLEASE EDIT WITH CARE throw { RE_EXN_ID: "Not_found", Error: new Error()...