Andrey Petrov

Results 214 comments of Andrey Petrov

I'm not sure that we can reliably rank projects purely by quantitative metrics. Looking at programs like Google Summer of Code, Stripe Open Source Grant, and many others, they're not...

How about at least a warning on the readme/pypi listing that usage of pies is known got break other libraries?

Pretty excited about this. Personally I'm waiting for DataChannel support. Many p2p projects (libp2p/ipfs, openbazaar, etc) rely on datachannels to create DHTs of peers, and end up having segregated networks...

@gedw99 QUIC is not an alternative to WebRTC Data Channels. Browsers can't use QUIC to establish peer-to-peer connections with each other.

Hm wonder if this is a bug introduced in https://github.com/shazow/ssh-chat/pull/395 cc @mik2k2

Oh wait, I don't think v1.10 includes that PR. @badrow Do you think you could try to confirm this with a build from master? If the new version fixes it,...

Are you using the admin flag? It might be bypassing it.

Confirmed which? That the bug exists or that it does not? If it exists, could you please confirm it with one of the more recent unreleased tags? E.g. https://github.com/shazow/ssh-chat/releases/tag/v1.11-rc1

@tacerus Hiya, thanks for following up! I appreciate you maintaining this distro package downstream. :) We did make progress on x86 as you noticed, `go test -test.timeout 5s -count 100...

This is not a feature I would add to the main ssh-chat repo, but you're welcome to play with a fork for yourself. :) I gave you some rough pointers...