Russ Frank
Russ Frank
I'm seeing an issue in production where a `EsRejectedExecutionException` result from ElasticSearch will cause Heroic to return a correct-looking response but with empty results and empty errors. The responses look...
Here's a [failing test on my fork](https://github.com/rf/async-listener/blob/connect/test/net_connect_event.tap.js). I'm not sure this is something that can be wrapped without potentially wrapping the whole (Socket) emitter with something like [events-intercept](https://github.com/brandonhorst/events-intercept). Tested fails...
Here's a [failing test on my fork](https://github.com/rf/async-listener/blob/zlib-problem/test/zlib.tap.js). It seems to work in the case of `zlib.gzip` but when I try to use `unzip` my global variable doesn't get preserved. If...
The interface to `bufrw.Struct` relies on undefined behavior of `Object.keys` in that it assumes the order is the same as the order in which the object literal is expressed.
This requires an updated larch so it isn't ready to land yet, but it works. Wrote a simple script to insert `willSample` checks before log lines. I messed around with...
it seems like lots of people like to use `` tags instead of the appropriate markdown syntax. Maybe we could add some basic support for this so we workaround ugliness...
`find()`: find titanium views matching string - ios impl completed - getCurrentViews() from Solo for Android impl `tapText()`: tap a view displaying the given text (doesnt have to be a...
Grab drillbit from titanium_mobile and drop it into a 'drillbit' directory. Set up the harness to use the spade modules, and remove the on-device console screen (since it'll interfere with...
Perhaps just by making the `tsm` sdk logic `require()`able. Then we can do an `npm -g install mockti` then cd into a directory and type `mockti 2.1.1` which will generate...