-
I expect to get an autocomplete for the rest `Info` props here.
DZakh updated
6 months ago
-
When I just run one test it works fine
I run the tests like this `"test": "pta 'tests/*.test.mjs'",`
```
tests/
- utils.test.res # generates utils.test.mjs and runs tests ok
```
but when I…
-
```
$ bun create rescript-app
Error: Command failed: npm view rescript versions --json
│ 'npm' is not recognized as an internal or external command,
│ operable program or batch file.
│
│
└ …
-
Hi fellows, I am making contribution to the [tree-sitter-sql repo](https://github.com/m-novikov/tree-sitter-sql). As commits are added, it takes longer and longer to generate the parser (about 42s on …
-
Repro [here](https://rescript-lang.org/try?version=v11.1.0&code=DYUwLgBAVgzg9gOwMpgE4EsEHMIF4IAGA3gEQBGwAhiQFwTlUkC+BAUKJBZXhGgJ4QirCBBgB3dGADGAC2jxkaTFgC0APgBSSAPIA5AHQAHSqhggAogA8Eg4RAA+EDTH3PE+7WSg…
-
DZakh updated
6 months ago
-
Inside Winterfin Caverns (Borean Tundra) there is NPC called "Lurgglbr", that is supposed to stay inside of cage and only leave the cage once the player starts escort quest (Escape from the winterfin …
-
Hi,
Thanks for your pipeline! I would like to train PR2 version 5.0.0 515Y-926R Qiime2 Classifier. I was wondering how did you train the pr2_version_4.14.0_SSU-515FY-926R-classifier.qza. I used the…
-
### Last pnpm version that worked
8.9.2
### pnpm version
8.10.0
### Code to reproduce the issue
I can reproduce this on any repo that uses pnpm with dependencies with postinstall scripts:
```
…
-
After running `npx rescript init .`, the initialized `package.json` does not have any scripts. Meanwhile, the initialized README specifies scripts `npm run build` and `npm run watch`.