Topper Bowers

Results 32 issues of Topper Bowers

...p rather than trying to open the connection This should fix https://github.com/ryanlecompte/redis_failover/issues/47 but there should be a better way?

If you close a ZK client and then redis-failover goes to close the same zk client (because it was passed in)... you can trigger an infite loop of 2013-01-17 19:44:00...

minimum to reproduce: ``` ruby EM.synchrony do TCPSocket = EventMachine::Synchrony::TCPSocket obj = Net::HTTP.new("google.com", 443) obj.use_ssl = true obj.verify_mode = OpenSSL::SSL::VERIFY_NONE obj.get("/") EM.stop end ``` triggers: ``` ruby-1.9.2-p290/lib/ruby/1.9.1/net/http.rb:658:in `initialize': wrong argument...

Feature

Hello! Thanks for merging my PR. I also just made this: https://github.com/quorumcontrol/kasumah/tree/main/packages/kasumah-multicall and I'm wondering if it makes sense for me to merge that code into this repo too. Basically...

What's the best way to implement a priority queue using protoactor? I was looking at creating a new mailbox type, but was unsure exactly how to implement that (since defaultMailbox...

This is a simple change that could be the start of something larger. I had seen others talking about rails integration and the object[attr] names there. Rather than a major...

Hi Pando team! The UI here looks great and we share some ethos with what you're building too. Looks like dev and comms stopped some time in 2019. Is the...

Are you still experimenting here? We have libp2p pubsub talking to js pretty well now after getting a few bug fixes merged.

I'm opening this as a draft given our discussion of #17 . I don't see how the transport would work even in go libp2p, but I didn't do any testing...

Hello! I tried to compile again for UE5 but it doesn't seem to work. Any help or thoughts? I know it's in early access still, but this is a fantastic...