Matthew

Results 82 issues of Matthew

Hello. Testing this our for the first time. Swift 3 / Xcode 8.1. I'm trying to connect to the wikimedia recentchanges socket. Finally figured out the correct .path() and then...

I frequently get "Unable to connect: Failed handshake" from the service to which I'm attempting connections. What's the best way to handle auto-rety/auto-reconnect? Right now I have this (I'm not...

Right now, for mysql 5.7, there is no way to change my.cnf parameters when deploying. This causes mysql to use all defaults, which, least of all, is a 10MB innodb...

Seeing the following in docker logs: ``` Dec 01 03:59:42.155559 afpd[3678] {quota.c:646} (info:AFPDaemon): getquota: special /media/timemachine fails ```

Installed on to raspberry-pi. No issues there. Running it, however, many issues running it. Client shows this upon enabling connections to proxy: `````` 0: Disabled Dead Quota 1 Pool 1:...

Hello, I'm using this class inside another object that I'm instantiating. When I attempt to destroy my object, the deinit() is never called. If I do not create the WebSocket(),...

Great article. Really helping me write a revproxy for my needs. The core app that I'm trying to proxy seems to open an application/octet-stream and waits for a stream of...

There is no real purpose behind the P/C operation of TRD. It does not make TRD process any faster due to parallelism nor does it improve concurrency. What it does...

enhancement

**Describe the bug** Have X number of delegates. Y number of payouts fails. During retry, balances for all X are fetched even though only the balance information is needed for...

bug

I'm not a Swift coder. Just started learning a couple days ago and I've jumped right into the deep end. I tried using this example code from your project: ```...