Jan Steinke
Jan Steinke
This is actually the issue I talked to @rrothe about. I spend the entire day thinking about a good path to choose, especially with only some visualisers having settings. I...
with RESTful URLs you mean having [query strings](https://en.wikipedia.org/wiki/Query_string)? Or do you mean the whole thing being actually RESTful? In order for it to be RESTful you'd need to hit these...
Ho sophisticated do you imagine this to be? Right now all the pointers to the path are held in memory, and if the application terminates it's wiping the memory but...
I would like to tackle that once the new frontend is working properly. While I'm working on that I am coming a cross multiple instances where the API doesn't handle...
I had a similar problem. I got hold of the problem by finding out that the object I got was already a `JArray`. However, I used it like a `JValue`....
> [...] a dedicated Nord port for Neovim. This will allow to handle highlighting and any other Neovim specific feature significantly easier when being able to use native Lua APIs...
I went ahead and ported the existing Nord-vim to lua. I removed all the clutter from plugins and it's only the bare Neovim highlight groups that are configured in the...
This theme has a responsive header menu like Ananke that folds into a single item with drop down: https://github.com/Vimux/Mainroad This one has a side-menu that turns into a burger: https://github.com/alex-shpak/hugo-book.git
Where do I find the Darwin arm64 image? I can only see the Linux image on the release page.
A I missed that this is about the Docker image. I thought we were talking about the binary release. 🤦