Holger Dal Mogensen
Holger Dal Mogensen
When a stream is built with an unknown buffer size, it would be very useful to get at least an upper limit, so that any intermediate buffers can be constructed...
### Bug report info ```plain text act version: 0.2.52 GOOS: windows GOARCH: amd64 NumCPU: 16 Docker host: DOCKER_HOST environment variable is not set Sockets found: \\.\pipe\docker_engine(broken) Config files: C:\Users\Holger\.actrc: -P...
When obtaining a `SupportedStreamConfig` or `SupportedStreamConfigRange` the `buffer_size` field has a value of `SupportedBufferSize::Range` with `min` being 0 and `max` being 4,294,967,295 (`u32::MAX`). No matter what is passed to the...
Fixes #393
If unsaved changes happen in the duration between a `.flix`-document being opened, and the extension starting up, the extension will not pick them up. Instead, the extension only looks at...
The currently used file-system watcher does not report when a parent folder containing source files is deleted. For example, deleting `src/` does not register that `src/Main.flix` has been deleted.
This replaces the hacky unicode character icons with the equivalent from Google's Material Symbols icon set. This makes the generated pages look subtly more professional, and ensures consistency between devices....
Entering the following program into VS Code should result in a `Derive Eq` code action, but it does not: ``` enum Test { case A case B case C }...