Sander van Harmelen
Sander van Harmelen
Take this folder structure (these are all empty directories without any files): ``` test └── some └── thing ``` When I change my directory to `test`, open `nvim` and `CocExplorer`,...
Without these changes a module version with prerelease or metadata will fail, while these are actually valid SemVer versions that are allowed by the module registry. The PR includes tests...
I haven't tested enough with this new client to make sure all blocking code is now properly async, but I'm definitely close.
I updated our app to use `tokio` 1.x the other day, and with that I also updated `mqttrs` from 0.3 to 0.4. But since `Packet` now requires a lifetime, I...
### What type of bug is this? Crash ### What subsystems and features are affected? Background worker, Gapfill, Other ### What happened? After chatting on Slack about a specific use...
Using this code: ```go type Data struct { Label string `json:"label"` Value int `json:"value"` } func (d Data) Value() (driver.Value, error) { data, err := json.Marshal(d) if err != nil...
**Is your feature request related to a problem? Please describe.** I tend to check the diff of the file I'm currently working in quite often and/or sometimes want to check...
I'm using delta through layzgit and I noticed a fair bit of delay when rendering the diff. From almost instant to first getting the `loading...` from lazygit before actually seeing...
#### What did I do Use mqttx-cli to connect and test with an MQTT server (tried to see if I could somehow configure the ouput colors, but couldn't find a...
My config looks like below, so I primarily use flash by hitting `s` or `S`, typing some chars and then select the label of the thing I'm aiming for (my...