Erwin Wessels

Results 4 issues of Erwin Wessels

## Bug description Please include steps to reproduce expected and actual behavior. ## Environment - detekt Idea Version: 1.21.0-RC1 - Platform Version: 2022.1.2 - Platform Vendor: JetBrains s.r.o. - Java...

_This PR is a continuation of #135 (which can now be closed)_ [^1] ### What: Add support for Protocol Buffer imports and schema references. I believe this is a feature...

### Expected Behavior When opening Insomnia, I would expect to be able to, well, use it. ### Actual Behavior The main window opens, without any content whatsoever: ![2022-04-05 at 17...

B-bug
S-unverified

According to the package.json Luxon supports Node v12+, but the nullish coalescing operator [is used](https://github.com/moment/luxon/blob/master/src/duration.js#L130), which is [not supported before Node v14](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing#browser_compatibility).

issue: documentation
needs thought