Russ Frank
Russ Frank
I've heard from the appcelerator folks that the latest release for any given version is the latest build of that version available on the CI server. So the latest 2.1.3...
I like this, and I'd be happy to accept a pull request to add this functionality. It is a Javascript project, however, so I'd expect new code to be in...
Alright, I see, so you've fixed node-sqlite, this is the dependency you're talking about? Ideally, you should make a PR on the original repo and have him publish it. However,...
`tapText()` impl completed for android
`find()` may be nontrivial on Android. We have `getCurrentViews()` from Solo, but there's no way to go from a native view back to the proxy as far as I can...
Hi! I just started using this package for some custom metrics and was very disappointed to find that counters are incorrectly created in stackdriver as gauges. To be clear, there...
When my process restarts I end up with huge negative spikes in the delta, as the value goes from some high number to some very low number. Is there anything...
I recently switched a service to pgx from lib/pq because of a suspiciously similar issue. I'm only able to reproduce it by hammering my service with a large number of...
Coming back to this, we've now seen the issue with pgx as well: ``` internal/poll.runtime_pollWait+0x84 /usr/local/go/src/runtime/netpoll.go:345 internal/poll.(*pollDesc).wait+0x26 /usr/local/go/src/internal/poll/fd_poll_runtime.go:84 internal/poll.(*pollDesc).waitRead+0x279 /usr/local/go/src/internal/poll/fd_poll_runtime.go:89 internal/poll.(*FD).Read+0x267 /usr/local/go/src/internal/poll/fd_unix.go:164 net.(*netFD).Read+0x24 /usr/local/go/src/net/fd_posix.go:55 net.(*conn).Read+0x44 /usr/local/go/src/net/net.go:185 github.com/jackc/pgx/v5/pgconn/internal/bgreader.(*BGReader).Read+0xd6 /src/vendor/github.com/jackc/pgx/v5/pgconn/internal/bgreader/bgreader.go:100 io.ReadAtLeast+0x8f /usr/local/go/src/io/io.go:335...
We are using pgpool-II. The issue isn't easy to reproduce so it isn't trivial to try using the native interface. I actually was not able to synthetically reproduce this issue...