Nikolai Norum Hansen
Nikolai Norum Hansen
Hi, I am using this library in an application where a client might stay in a reconnection state over several days. The built in reconnection logic calls the `WebsocketClient.StartClient` method...
I am testing out running some existing workloads on arm64. They are currently using the `6.0-alpine` [dotnet docker image](https://hub.docker.com/_/microsoft-dotnet-runtime/), but I want to transition to `6.0-alpine-arm64v8`. Your release page includes...
We have been using the "listening service model" for a while. And we want to try out “polling service mode” mode, but we found a concerning scenario regarding request routing...
Your recent change to the `TypeRegistry` allowing polymorphism is a great addition, but we find its contraints a bit too limiting. The current implementation requires types to be either `abstract`...
Our team is looking into integrating a Halibut server into an existing Asp Net application. The hosting model of this application is a bit restrictive so we would like to...
### Excel Type - [x] XLSX - [x] XLSM - [ ] CSV - [ ] OTHER I have been looking into implementing an autosize feature in a similar fashion...
Reproduction steps: 1. Call `editor.setHTML("Some text")` 2. Subsequent `getHTML` calls will then return `Some text` This causes issues in our revision system, since it picks up changes in the html...