Marko Zivic

Results 25 comments of Marko Zivic

I made a little RPC server for my client, but it only supports `DISPATCH` and `SET_ACTIVITY` commands. It wont crash on other commands like `SUBSCRIBE` (as observed from original client:...

I've been making [third party discord client]() for some time now (sadly, without knowing about this repo) so I mostly figured it all out. Here's what I know about ack-ing...

About `read_state`: The catch is: `last_message_id` in `read_state` entries is actually `last_ACKED_message_id`. So to know if channel has unread messages, simply compare `last_message_id` form `private_channels` or `guilds > channels` with...

Here is a temporary fix: I noticed that dissent-bin (pre-built binary from AUR) gives me an error: `dissent: error while loading shared libraries: libspelling-1.so.1: cannot open shared object file: No...

Here is what I found after digging through source for some time: - To setup your environment: First install atom/pulsar Install npm Using npm install parcel: `npm install -g parcel`...