Diamond
Diamond
You basically run gtkcord3 from your terminal like so: ```sh TOKEN="asdasdasdasdasdas" gtkcord3 ``` Where the value inside `TOKEN=""` is what you would put in the token box in gtkcord3.
I'll reopen this, since it seems like a genuine bug. I don't know how to reproduce it, though. It might have to do with the failed keyring.
Try `export`ing it.
Those dependencies don't seem to include `gio` nor `glib` nor `gobject`, but I don't use Debian, so I'm not sure.
```nix { buildInputs = with pkgs; [ gnome3.glib gnome3.gtk libhandy ]; nativeBuildInputs = with pkgs; [ pkgconfig go ]; } ``` Extracted from [shell.nix](https://github.com/diamondburned/gtkcord3/blob/master/shell.nix).
The line ``` warning: no suitable Go value from object for arg 0: missing marshaler for type ``` is caused by gotk3 and certain types. If I recall correctly, I've...
What Go version is this?
Try with https://github.com/diamondburned/gtkcord3/pull/97.
#97 is not closed; it's a draft PR. You can't `go get` this, so you'll have to clone it down and `go build`.
I actually support this change, though I'm doubting some of the vague parts of your latest comment, such as > Under the previous algorithm, these two maps would have different...