Dave Johansen

Results 96 issues of Dave Johansen

Our builds will frequently fail when multiple builds are happening that use cache mounts. Here's the error output: ``` #2 [internal] load .dockerignore #2 DONE 0.0s #1 [internal] load build...

status/needs-more-info

- Operating System: macOS 10.14.6 - Node Version: 12.11.1 - NPM Version: 6.11.3 - webpack Version: 4.41.0 - terser-webpack-plugin Version: 1.4.1 ### Feature Proposal Support more options for `devtool`, in...

enhancement

URLs like www-.test.com are invalid so they return an error and no other info, but it would be good if they returned the parsed information as well as the error

`get` with an argument for the default from `lodash` is handled, but not `getOr` from `lodash/fp`

One last big thanks for the awesome codemod! Curried versions of `get()` and `getOr()` cause an error: ``` TypeError: Cannot read property 'type' of undefined at skip (/Users/dlj/projects/optional-chaining-codemod/transform.js:82:35) at NodePath....

Thanks once again for this saaaaweeeet codemod! This line of code `item && item.props && item.props.data && item.props.data.length > 0` is reduced to two statements`item?.props?.data && item.props.data.length > 0` but...

**Which version are you using (less-watch-compiler --version to find out)?** 1.14.6 **Is the issue reproducible after updating to the latest version ( npm update less-watch-compiler)?** Yes **Describe the bug** Can't...

I was trying to move from `morgan` to `express-pino-logger` but noticed that a log is not output when there's a timeout. `morgan` will output it with a status code of...

Currently, it appears that you have to [add child attributes to `res.log` for them to show up in the final message](https://github.com/pinojs/express-pino-logger/issues/17#issuecomment-352657833). Some frameworks, like `swagger-tools` only pass `req` so is...