Patrick Marchand
Patrick Marchand
I'd like to use this, but there it's not in the ports tree. It wouldn't bother me to create a port for it, but I just wanted to make sure...
## Env Client version: 9fans.net/[email protected] Typescript LSP version: 4.3.3 Plan9Port version: https://github.com/9fans/plan9port/commit/be7c68f6954f7dcaa53403e0f600716f65a13d32 L hov works fine on variables, functions, complex types and type aliases, but if I try to use...
I have simplehttp2 installed with go get but this package always tries to use the binaries, which doesnt work on openbsd (or any random os without prebuilt binaries) I'd like...
When setting a signal with data-store it can be useful to encode the string, especially when it contains quotes. If this is used by data-model the data in the input...
Since most of the state of the ui is computed automatically from signals and that all imperative state changes can be recorded as a stack of events, I think it...
So I've noticed that if I make mistakes in my sse events and data-star cant understand them, it will start looping the original request without end. This also happens if...
### Environment information ```bash CLI: Version: 1.6.3 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v20.11.0" JS_RUNTIME_NAME: "node" NODE_PACKAGE_MANAGER: unset Biome...
I've noticed that my /LSP/Diagnostics window reloads on every click in the same code window. It's kind of distracting and downright annoying when there's scrolling involved since you lose the...
Are completions supposed to be in the L assist window or in the error window ? This picture shows them just being appended to the same error window. 
The code will turn `ArrowLeft` into `arrowleft`. A `-` will turn the subsequent letter into a capital as noted in the docs, but that means we need to ask for...