Wulf Sölter
Wulf Sölter
Sort logEvents by timestamp before upload Closes #197 requesting a review from @lazywithclass please
In heavily async tasks, where many async methods are being run in parallel, we occasionally get ``` InvalidParameterException: Log events in a single PutLogEvents request must be in chronological order....
## Description Add `null` character to defaults ## Motivation and Context Closes issue https://github.com/nhoizey/vscode-gremlins/issues/109 Null chars break text files in bash and other languages. Every time I reinstall `vscode-gremlins` I...
Upgrading Node to 0.10.8 breaks Closure Compiler (minify:true) with .. .. jquery_mobile_plugins: done themes: done Assertion failed: (!uv__io_active(&stream->io_watcher, UV__POLLOUT) || !ngx_queue_empty(&stream->write_completed_queue) || !ngx_queue_empty(&stream->write_queue) || stream->shutdown_req != NULL || stream->connect_req !=...
Inside a vanilla `function()` method (as opposed to async/promise etc) in a SailsJS service attempting to access the property of an undefined results in an error that has not triggered...