Florian Verdonck

Results 217 issues of Florian Verdonck

- [x] issues: fixes #8608 - [ ] tests added / passed - [ ] release document entry (if new feature or API change) Hello, I tried to implement some...

status: WIP

## Which problem is this PR solving? Migrate more enzyme tests, see https://github.com/jaegertracing/jaeger-ui/issues/1668 ## Description of the changes - Trying to replace enzyme with React Testing Library. - Remove shallow...

Hello, I believe we may have found a lexer bug. **Repro steps** ```fsharp type Terminal = abstract onKey: IEvent< Foo< Bar * int > > with get, set abstract onKey2:...

Bug
Impact-Low
Area-Compiler-Syntax

To avoid unintentionally breaking the public API, you can refer to https://github.com/G-Research/ApiSurface to ensure that no accidents slip through. Related to #619

help wanted

This is a sample PR to illustrate the usage of the new WebAPI. Some types in ReactDOM and ReactEvent were changed to match the new bindings. As only the new...

@Bushuo, this worked for me. Does this ring a bell?

I'm trying to mimic the yarn workspace setup we have in rescript-compiler. But boy, am I already in over my head. @cometkim please review and tell me how this looks.

As mentioned [here](https://github.com/rescript-lang/rescript-vscode/pull/1092#issuecomment-2883726292), it would be great to refactor the extension and LSP server. Here are some ideas to consider; please feel free to raise other points or challenge any...

It has never been really obvious to me that this build ![Image](https://github.com/user-attachments/assets/0d463951-59db-459a-aa13-7fea7c0c5bfe) is a watch build and you don't need to run `rescript -w` in a separate terminal anymore. What...

In the incremental logs I noticed: Error: spawnSync /Users/nojaf/Projects/snake/node_modules/@rolandpeelen/rewatch/rewatch ENOENT at Object.spawnSync (node:internal/child_process:1123:20) at spawnSync (node:child_process:892:24) at Object.execFileSync (node:child_process:935:15) at Object.func (node:electron/js2c/node_init:2:2559) at /Users/nojaf/.cursor/extensions/chenglou92.rescript-vscode-1.63.8/server/out/cli.js:37:3596 at new Promise () at Kv...