Charles Pritchard

Results 41 issues of Charles Pritchard

The underlying JDBI library already supports these.

This seems specific to aiohttp, amongst various packages this is the only one I hit an issue with. %pip install aiohttp ```ERROR: Command errored out with exit status 1: command:...

Per the mailing list... currently byte[] is used in places where streaming APIs may be more appropriate/performant.

Per the mailing list: currently compaction does not merge multiple files leading to a situation where there may be many small files scattered about.

There may be some cases where the log should not be written to disk and/or does not need to be at all reliable. Add a "no persistence" switch, using the...

feature

For parity with other logging solutions it -may- be desirable to add a metadata object to messages; Apache flume uses Map; that said, Kafka does not, though Kafka does have...

feature

The RecordingStopped event triggers before Output has ceased being active. Adding an event for active: false/true for Output would signal when it is OK to go ahead and StartRecording again.

Low Priority
Issue: Bug - Unconfirmed

warn: direct TCP connection attempt failed with error Error: timeout info: Trying a hole punching connection over UDP on the same port. TypeError: First argument must be a buffer object....

This code is something I'm using as part of testing -- it reads JSON from stdin and writes responses back to stdout. The parent routing-controllers project has createExpressServer, but this...

I've been trying to use https://github.com/Adamfsk/jest-webgl-canvas-mock to setup an automated test. I may have initialized ngl incorrectly as I am using code that targeted 0.10. These two items were where...

question