Jesse Docken

Results 6 issues of Jesse Docken

**Summary** I'm attempting to configure StrykerJS in my work's application as a proof-of-concept to validate our existing unit test suite. Currently, we use Docker images to host the backend database...

🐛 Bug
☠ stale

NodeJS has the concept of a Stream (i.e., Readable and Writable) which allows for processing a stream of data in an efficient manner, supporting transformations, multiplexing, and backpressure. This would...

enhancement

So JSON-API apparently left the world to it's own devices when it came up with the concept of "filters" without defining any idea of what the structure for these should...

I'm working on a new JSON-API application on top of ElasticSearch. So far I've got it to the point where it's able to properly query and return results from the...

I have a load testing script that computes a payload to send to an exchange. I wanted to be able to parameterize the connection so that I could easily point...

This introduces three new hooks for addons to utilize: `afterOpCreated`, `beforeResponse`, and `afterError` (names are hard; if you have suggestions for better names for these hooks I'm open to the...

enhancement