-
Hello,
I'm trying out this project with ReScript v0.11.
I followed the instructions on [this page](https://styled-ppx.vercel.app/getting-started/rescript).
```rescript
module StyledDiv = %styl…
nojaf updated
6 months ago
-
https://github.com/dusty-phillips/rescript-zora/blob/19c5c7c39f276e68b63c9ffd398f931b43e9b4fc/src/Zora.res#L41
Compare that to `requireOk`:
https://github.com/dusty-phillips/rescript-zora/blob/19c…
-
Some features needed in the Public facing Web UI,
Downloads for Care Patients: The patients already treated through CARE must be able to get
- "Treatment Summary": a gist of treatment, advice give…
-
### Description
`fontWeight` accept number values since `0.71`
But there is an issue on Android on a specific case:
It's only happen on the old Architecture (no issue with new arch) and with …
-
The following error is thrown when trying to import from libs using ESM (like [unist-util-visit](https://github.com/syntax-tree/unist-util-visit)):
```
Error [ERR_REQUIRE_ESM]: Must use import to lo…
-
in my rescript.json I have this
```json
"sources": [
{ "dir": "src/components", "subdirs": false },
{
"dir": "tests",
"subdirs": false,
"type": "dev"
}
],
``…
-
Hello,
I just found your bindings for `react-hook-form` that looks pretty dope and tried it but I can't make the validation working using the example in the README.
I don't know if it's a bug …
DCKT updated
7 months ago
-
Docgen does not generate json entries for modules annotated with a module type: `module M: MT = ...`.
Annotated modules should be just included in the generated json as any other module.
### Examp…
woeps updated
5 months ago
-
quest=12498
Dragon's don't want to chomp scavengers to regenerate (ability on key 3 doesn;t work as intended on melee range). I could understand them, I wouldn't want to eat rotten meat too, but st…
-
now that rescript-lang/rescript-compiler#6713 got merged, it'd be cool to replace failwith placeholders with %todo.
I'm creating this issue as a reminder.