Jono Prest
Jono Prest
Hi there, I initially created this pull request then realising it is not as simple as just swapping out process.arch "arm64" for x64. https://github.com/teamwalnut/graphql-ppx/pull/278 I am running into issues when...
Hi @zth! I've got a somewhat working implementation of the dict literal syntax. #6545 So far this branch is a bit of a playground I was using to get familiar...
How does the issue come about? We have a codegenerator tool that outputs rescript files unformatted. It then runs `rescript format -all` without running `rescript build` which happens right at...
I would love to be able to build apis in rescript for users in typescript and one thing that would help is supporting scoped polymorphic types. For example: ```res @genType...
When renaming a labelled arg, if you include the `~` it propogates to the renamed locations. If you remove it then it does not stay a labelled argument. https://github.com/rescript-lang/rescript-vscode/assets/65739024/2486d2b2-0b05-49ff-b290-4710b48710a7
When using rename symbol on a module type it does not rename in places that the module type is used. https://github.com/rescript-lang/rescript-vscode/assets/65739024/067db483-0285-44d0-9b84-967048f9d47e
Hi there 👋🏼 I found an issue when calling contract_abi, where the error returned was a serde error when it should have been an InvalidApiKey error. This PR 1. Changes...
Something is going wrong with floating point precision when rendering values inside a struct. It works to render just the f32 value, and just to double check it also works...
See playground: https://rescript-lang.org/try?version=v11.1.3&code=AIWw9gJgrgNgpgCgEQgJ4FoCWA7ALumTAIyQEoACOAD1zgCdsBDGcxiCALnIR1wBpyvCgF4AfILzlh5JGwhIAUAtyoADnAm4A8qqndeAoVPG8FoSLEQoMvAsTKUa9JiwDOUIl1469SdySV4XFZ2AEY9RmNWdFE5BFDSBSDyf3DpSLFo0X94xKA ```res @module("my-int-lib") external add: (int, int) => int = "add" type intOp = (int, int) => int @module("my-int-lib") external sub: intOp = "sub" let add1 = a...
The lsp keeps freezing and crashing when trying to use it in conjunction with a schema. Here are the lsp logs: ``` [START][2025-03-28 08:19:09] LSP logging initiated [WARN][2025-03-28 08:19:09] ...lsp/handlers.lua:135...