Results 115 comments of Sam Whited

This could also be a permissions issue, though I'm just taking a stab in the dark. The error message is the same, IIRC because it doesn't know the difference between...

Please don't close this, it is still affecting two people. We are not lying when we say we ran cargo clean, or when we say that we initialized submodules. Here...

Ahh, I see, it looks like Rust on Fedora is 1.59.0. I'm stuck with the default fedora packages for <reasons>, so I won't be able to build since it seems...

Currently new admins get added to the main community as mods. Would we want this to be the same for all default communities, or is main special?

Do they? I don't see a way to edit a communities description and sidebar as an admin, for example. It does seem like this is a thing admins should be...

We could have similar buttons for XMPP that allow opening a chat room in whatever client the user has setup on their desktop or phone, for example. I generally dislike...

Naive initial impression reading this issue: it sounds like the output stream isn't being flushed to the connection so the last block is sometimes not received and it gets stuck;...

`tls-unique` channel binding probably isn't feasible without using our own TLS stack (which is what Stroke does). As far as I'm aware, neither Java proper nor Dalvik / ART provide...

After a discussion with @Zash on the conference a few days ago, I implemented `tls-server-end-point` binding in [this branch](https://github.com/samwhited/conversations/tree/channel-binding). This is untested, as I still haven't had a chance to...