Bryce Baril

Results 8 issues of Bryce Baril

I'm not sure this is a big deal, but the encoding inference can cause issues when using `objectMode` streams and not specifying that the encoding is objects to concat-stream. I...

Based on how certain features work, my assumption is that this library will be slower than pure level. It would be handy to know how much slower and have a...

There is a slight drift between the way level and level-version behave in some commands because it doesn't always sniff all options. e.g. https://github.com/brycebaril/level-version/blob/master/index.js#L90 This one is likely just a...

Unfortunately hyperquest doesn't expose the request object, so you can't fully abort() and hyperquest will still buffer the rest of the content. This requires a change in hyperquest, e.g. https://github.com/substack/hyperquest/issues/15

Investigating... ``` # tests 12 # pass 1 # fail 11 ```

I wonder if it would be possible/useful to have the ability to set a keyword (or list) of trigger words where when it sees the word it would cause the...

enhancement

Currently working on adding manual OpenTelemetry instrumentation for capturing increased traces related to ioredis which is used in the current localdemo Currently able to view newly instrumented spans that include...