Results 24 issues of Paul J. Davis

## Overview The caching logic was quite complicated and some of the underlying assumptions turned out to be not quite right. Originally we had planned to condition db handles mainly...

fdb

I haven't done a minimal reproduction of this but it appears that using bidirectional streams leaves a headers message in the mailbox of the process that created the stream. I'm...

I've got a bit of a conundrum trying to chase down a spurious error in a test suite. I'm occasionally getting `timeout` back from `grpcbox_client:close_and_recv/1` instead of the expected `stream_finished`....

The `leaks` program on OS X is claiming that IndexProperty_SetCustomStorageCallbacks is leaking. I'm assuming its this line: https://github.com/libspatialindex/libspatialindex/blob/master/src/capi/sidx_api.cc#L3310 My guess is that when we destroy the index properties object we...

For background, we've been seeing an error in production when validating indexes on open. The only error message that's reported is: https://github.com/libspatialindex/libspatialindex/blob/master/src/rtree/RTree.cc#L754 I dumped enough of a broken index to...

For starters, I'm not 100% certain on where to file this bug at. I've found a bug via grpcbox's use of streams, however, I don't see a way that it...

For some background, I ended up hitting a corner case where a bidirectional gRPC stream (via [grpcbox](https://github.com/tsloughter/grpcbox)) was closing out on an error before any messages were exchanged. The observed...

https://github.com/joedevivo/chatterbox/blob/b73798516a2ffe591bd73526e95181582ef5376f/src/h2_stream_set.erl#L571 I'm pretty sure that's supposed to be `s/recv/send/` based on the function name and the weird behavior I'm seeing. I haven't been able to figure out a good reproducer...

Instrument the Tile class --- TYPE: IMPROVEMENT DESC: Instrument the Tile class

Previously this was scoped to a process which breaks the REST server. --- TYPE: IMPROVEMENT DESC: Scope array consistency to a context.