Diamond
Diamond
You can't.
It's not being worked on. The library supports voice receiving if you want to get this working first. I recommend making a separate project for this though. The chances of...
> which library supports voice? The one that this app is using right now (arikawa). I'm not going to be using a different library for this app anytime soon, in...
Compiling is just running `go build`. You need to have all the dependencies prior. As the person above said, PRs are welcomed. I mean, as long as it's within my...
Is there a way to test this PR without rebuilding the fork? Maybe a way to patch these modules into the config?
> create your own fork of nix-on-droid and rebase his branch onto latest master to keep all changes that were merged in the meantime Sorry for being off-topic; how would...
I can actually reproduce this issue as well. I'm not sure why it's doing this all of a sudden, though.
Aside from manually creating the `httplog.Logger`, the README suggests to use `httplog.NewLogger` which not only has this issue but also somehow messes up the global `slog` (how does it even...
> submit a PR Should a PR make the v3 breaking changes described in this issue, or should it make the changes without being breaking? Part of the current issue...
Implementing "Go to" will be hard considering that gtkcord4 doesn't yet have a scroll-back thing. I was planning on Pinned messages to be a completely different view that goes on...