Xaver Fischer
Xaver Fischer
Whats the current situation with this project? It seems like there has not been much activity in the recent year. Is everyone just happy how it is or is there...
It would be nice if MerlinLocate could build a stack (`:tags`) to be ablte to use things like `Ctrl-t` Im thinking about how [vim-go](https://github.com/fatih/vim-go) handles this. The basic workflow would...
**Describe the bug** If you download the current release "0.1.1" and run `caramel version` the output is `caramel v0.1.0` instead of `caramel v0.1.1`. I have only tested this with `caramel-v0.1.1-x86_64-unknown-linux-gnu.tar.gz`...
Please add tags to your images at https://hub.docker.com/r/gameservermanagers/linuxgsm-docker/tags We would like to use the provided image but relying on "latest" isn't really great since this could mean that our image...
Version: 0.16-4 (latest Version from Storeman/Open Repos) This error happens when you open the settings. Im logged in (I can see my chats and the preview in the app grid...
__first of quick reminder: im very new to caramel and have only very limited experience with ocaml so maybe this problem is on my part__ ## Bug Description When trying...
Since gleam supports prefixing an argument with underscore to mark it as unused it would be nice if the variable was highlighted like a comment. The Elixir plugin [vim-elixir](https://github.com/elixir-editors/vim-elixir) does...
Go-Imap 1.2.1 seems to hang forever in some cases even though we set a `Timeout` (and `Deadline`) in `net.Dialer`. The IMAP-Server we are connecting to (`imap.office365.com`) seems to just let...
**Describe the bug** The `goqu.L` Function does not work correctly with the postgres dialect when using the `?` operator on a JSON Column. **To Reproduce** ```go package main import (...
**Describe the bug** First of I think this is a bug but im not sure. If you scan a 'char' into a go string it works if the wire? format...