Diamond
Diamond
It seems like [arRPC](https://github.com/OpenAsar/arrpc) actually has a Websocket API for easier reading of rich presence updates. Using arRPC over rolling out own RPC makes a lot more sense since it...
Partially implemented in https://github.com/diamondburned/dissent/commit/a52c614ea157324770a72333a61ede960365bafb.
Perhaps this article can help with changing `` to ``: https://gaphor.org/en/2022/12/10/gtk4-macos-keybindings/ It would probably be quite hard to target all `Text`/`TextView`s, but you can start with the message composer. AFAIK,...
Does `win.copy` and `win.paste` exist? I don't think GTK supplies those.
For example `.po` file, see https://github.com/diamondburned/gtkcord4/blob/main/po/vi/default.po.
To test, run with `LC_ALL`, e.g. `LC_ALL=vi go run .`. Rebuilding is required for now.
Agh, more Markdown parser bugs! I've been trying to figure out that part, but I must've made some really funny mistake. Could you try sending me what the full message...
Can you check this again with the latest nightly build?
That is very weird. You might have to run it in `gdb` and call `bt` to get the full C stack trace.
> when run without gdb it still crashes a majority of the time Were you running this in the same terminal environment as `gdb`?