Tyler Waters
Tyler Waters
I tried to get some combination of existing rules from eslint to describe this style, but couldn't quite do it without adversely affecting the code inside the test block. I...
I've installed bower components and referenced them all... when starting it up I get an error raised in jQuery, "a is null". I've tracked it down to the following, line:...
fixes #28 I tried to keep with the coding convention - hope this is OK. also, I wasn't able to run the coverage script on windows without manually expanding the...
``` C:\Users\tyler>node -v v8.2.1 C:\Users\tyler>npm -v 5.3.0 C:\Users\tyler>npx -v 9.4.1 C:\Users\tyler>npx --node-arg=--inspect cowsay "Hello!" npx: installed 5 in 3.705s C:\Users\tyler\AppData\Roaming\npm-cache\_npx\4748\node_modules\cowsay\cli.js 'C:\Program' is not recognized as an internal or external command,...
I'm getting an endless loop when using the `async` option on CommonChunksPlugin. This config will create a chunk file for common pieces spread throughout split code. If you use the...
This is a rehash of #203 but with different logic - 203 won't work any more due to some assumptions that the log methods were only called with max 2...
Fixes #46
There's a bug here: https://github.com/openapi-contrib/openapi3-generator/blob/0.13.0/lib/generator.js#L144-L147 ```js Promise.all( _.map(files, (operation, operation_name) => generateOperationFile(config, operation, operation_name)) ).then(resolve).catch(reject); resolve(); ``` The outer promise here is being resolved before the `Promise.all` has a chance...
If the ldap client periodically closes idle connections, an `error` event will bubble up from `ldapjs` to the top of the stack & kill the process. We see this with...
Apologies, this a bit long but is the culmination of quite a lot of pain & struggling and debugging with a pretty fatal problem. -- We've got a bit of...