Kenneth Söderlund

Results 19 comments of Kenneth Söderlund

Found out that if I comment out the if-statement that checks the scheme for `https` or `wss`, in `class GremlinServer()`'s init function, it works. aiogremlin/driver/server.py: 28: ``` if scheme in...

@petterj, well not exactly. I switched to use ArangoDB and the python drivers for that.

For me the position and length doesn't update at all, it just shows `[00:00/00:00]` all the time. Here's the config: ```jsonc "mpris": { "format": " {status_icon} {dynamic}", "interval": 1, "dynamic-len":...

The config file should also include modifying which model you want to use. Currently it's hard-coded to gpt-4o, but I'd like to use claude-sonnet-4 instead.

Just came here to comment, that Helix also has the annoying "HINT in subtle blue color, `"foo" is not accessed` and adding `# pyright: ignore[reportUnusedParameter]` doesn't remove that. It's especially...

Running into the same issue. Just came by to let you know that COSMIC released a fix for this a couple of months ago. DisplayLink on COSMIC works, but not...

Oh, nice! Thanks for sharing! I'll try it out next time I'm at the office 👍

Also this doesn't work: `:toggle whitespace.render newline none` with an error message of: `'toggle-option': Failed to parse config: data did not match any variant of untagged enum WhitespaceRender` The only...

Any progress on this? I just came across the need to be able to list available updates.