Greg Hazel
Greg Hazel
table_migrator currently relies on updated_at/created_at, indexes on those, and avoiding things like DELETE during a migration. These problems could be solved by switching to a AFTER_{INSERT/UPDATE/DELETE} trigger-based copy mechanism. Has...
Seen again in the log with 0.7.8. Here's some code I use to call multi.perform (the retrying is a little aggressive, that has to do with the particular service I...
python 2
`gcloud ml-engine` only supports python 2.7.x (https://cloud.google.com/sdk/downloads) Using `3to2` and trivial modifications, DeepQA runs fine on python 2.7. I don't see a need for python3 here, and it's harmful for...
Similar to #795. The evhttp code checks and manipulates the underlying fd in a few places, making it impossible to use a `bufferevent` which has no underlying fd at all...
`bufferevent_filter` (in `be_filter_unlink`) calls `bufferevent_free` even if data is waiting in the underlying output buffer. Even a well-meaning bufferevent user that registers a write callback to see if the buffer...
Revived from https://github.com/nmathewson/Libevent/pull/42 with an option to disable as requested.
evdns_requests are only set up with a timeout if they were submitted to a name server (in evdns_request_transmit). If there are no name servers which are "good" to submit to,...
How can udp2raw be configured to run a reverse tunnel? For example, when the client can accept inbound TCP connections, but the server cannot. The example shows how to forward...
Running on the Nexus Q ``` 16:53:40 [INFO ] [AbstractApplicationContext] - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@28ba21f3: startup date [Thu Jan 19 16:53:40 PST 2017]; root of context hierarchy 16:53:46 [WARN ] [AutowiredAnnotationBeanPostProcessor] -...
The Colloquy room topic banner is not dark, even in dark mode. I have to compile my own version of Colloquy to force this: ```diff diff --git a/Mac-Old/Mac-Old/Resources/Style Support/roomTopicBanner.html b/Mac-Old/Mac-Old/Resources/Style...