Jeff Burdges

Results 808 comments of Jeff Burdges

I'd trouble controlling the border of a widget, and finding the right font. See the code and comments here : https://github.com/burdges/pond/commit/e95448323bb6951192144c8aa2de3ef8c99bb223#commitcomment-5178089 which might be another case of wanting to resolve...

Could you post the error messages? Are you sure it's the ratchet and not the group signature scheme? I didn't think the server knows anything about the ratchet. I've had...

I'm experiencing a similar issue in messaging a collaborator right now, so I'll try to debug this. If I attempt to message Ram then all messages remain blocked indefinitely with...

I've frequently gotten DELIVERY_SIGNATURE_INVALID when a contact deletes someone, or maybe it's when they add someone. It usually just goes away like GENERATION_REVOKED, actually I've at least once gotten GENERATION_REVOKED...

I guess there is a separate potentially server side bug if DELIVERY_SIGNATURE_INVALID should never happen. @agl Did you try to key up with Ram using the ss I sent you...

I've now fixed the bug in moveContactsMessagesToEndOfQueue in https://github.com/burdges/pond/commit/1433bc3ec3707da256eb8689f7e827cc046d4ec5 so failures with one contact should not prevent another contact's messages from sending. Appears this change already now lives in pull...

Ram can send to me, but I continue getting DELIVERY_SIGNATURE_INVALID when trying to send to him, so it's not something pond can just recover from. I cannot replicate the error...

I think my fix addresses the ACK issue : https://github.com/burdges/pond/commit/1433bc3ec3707da256eb8689f7e827cc046d4ec5 We're discussing the server's DELIVERY_SIGNATURE_INVALID issue here now : https://github.com/agl/pond/issues/135

You could build in a temporary directory and copy the executable like distributions do so frequently. At present, there is a bug in all packaged go 1.3 distributions that I've...

It's probably more useful to focus on what information the PANDA server inadvertently leaks, ala https://github.com/agl/pond/issues/77