woonki

Results 57 issues of woonki

Js.Json.null, Js.null, ...

My React Native project is written in ReScript, and I'm compiling *.res files into *.mjs files. I configured the `addon-react-native-web` to my existing React Native project (native cli) by following...

bug

```res // ABC.resi type a = X | Y0 ``` ```res // ABC.res type a = X | Y ``` The compiler failed to compile and show the message as...

bug

Severe performance issues found with records with 39 fields

related: https://github.com/rescript-lang/rescript-compiler/pull/7042

Hello, I'm currently using Obsidian Smart Connections plugin v2.5.17. My goal is to connect and configure the API from LM Studio as a custom model platform. However, I'm unable to...