Maxime Bouillot
Maxime Bouillot
In the [readme](https://github.com/charmbracelet/skate#syncing) it is mentioned that using skate sync only reads data from the local cache. But when I do a `skate get XXX`, a call to my remote...
I configured my soft-serve server to only accept public key authentication. I am currently on the commit e8b5146. For some strange reason, on one of my computer, the RSA key...
Commands that are only a normal English word are harder to trigger in order not to trash unwillingly the chat in a normal conversation.
One user wanted to have a private chat with Devzat. I made so that this can optionally be made.
The `@` mentions are greedy so that if `user1` and `user11` are both connected, `@user11` always mentions `user11` and never `user1`. This PR also introduces unit test that I wrote...
* https://github.com/quackduck/devzat-wolframbot * https://github.com/Arkaeriit/devzat_forth * https://github.com/Arkaeriit/Devzat_Time_Teller * https://github.com/Arkaeriit/devzat-censor (still in trial phase) There is also the Hackclub emoji one and the card one but I don't know where their code...
I tried to send `[](https://xkcd.com/949/)` and I got: ``` [running]: runtime/debug.Stack() ┃ /snap/go/current/src/runtime/debug/stack.go:24 +0x65 ┃ main.protectFromPanic() ┃ /home/ubuntu/devzat/util.go:109 +0x5f ┃ panic({0xe50200, 0x17a61a0}) ┃ /snap/go/current/src/runtime/panic.go:884 +0x213 ┃ github.com/quackduck/go-term-markdown.(*renderer).RenderNode(0xc0000f0420, {0x1180fe0, 0xc000090000}, {0x118a660?,...
The input in Devzat is quite poor. The fact that it is not possible to comfortably edit multi-lines messages is a bit sad. We should probably refactor that system. Maybe...
Using '|' as the data separator caused crashes if a path with a '|' char in it was in the data file. Changing that separator to a null byte ensures...
Instead of having a `~/.indiepkg` directory that clutters one's home, the data dir is put in a place that try to respect the XDG specifications.