Daniel Bos
Daniel Bos
Rather than a simple list of URLs, it would be nice to be able to add a description for each URL.
Currently the bookmarks are a single flat list. By using nested lists it would be possible to support "folders". Something like: ```lua bookmarks = { ["My first folder"] = {...
Lsp needs to parse dependent libraries (e.g. vendored modules in go), but any issues reported with the code are most likely not relevant to the Trouble user. It would be...
In my project I'm using a sidecar that handles authentication and injects a header into the request containing the scopes for which the user is authorized. In the application itself...
I found this in the gorilla-server generator, not sure if it's also the case for other server generators. When setting the `Methods` for the `HandleFunc` string literals are used (e.g....
For unit test that fail, the failure output can be seen in the detail screen, after clicking on the unit test. However, there are several other types of output that...
It has been quite a while since the last release, and some significant new features have been merged since then (in particular, I'm waiting for the Gorilla server implementation, to...
I'd like to use this program in Termux (Linux userland on Android), but unfortunately the Aarch64 version from the releases doesn't work as it requires shared libraries that aren't available....
This is most likely a local issue, but I haven't been able to get things to work due to some networking issue: ```bash $ gleam --version gleam 1.0.0 $ erl...
I was playing with the `llava` model to create image-generation prompts based on an existing image. Starting with the Ollama logo I made a few iterations between llava and dall-e...