Holger Dal Mogensen

Results 55 comments of Holger Dal Mogensen

I'm also getting this warning on a TypeScript enum: ```svelte enum Which { First, Second, } let which = $state(Which.First); { which = Which.Second; }}> {which} ``` ``` warning Which...

What's the reasoning for not just including all `*.flix` files in the project across everything?

Is there any specification or documentation about what exactly- 1. the `Verifier` should do? 2. an `AtomicOp` is? I'm assuming that it isn't the concurrency related meaning? I mean I...

Testing it directly on the server, or through the client?

Runs `make check` on push and pull requests to master. Currently appears to contain 1 failing test.

Where is the error displayed? What does your user/workspace configuration look like?

Have you changed any Flix-specific settings i VS Code?

For whatever reason, each reconnect spawns a new process, and I can't figure out why. It doesn't seem to our code that runs. It doesn't impact anything though, so I...