Matthew Adams
Matthew Adams
1) What version of bluebird is the issue happening on? 3.7.2 2) What platform and version? (For example Node.js 0.12 or Google Chrome 32) Node.js 12.18.4 3) Did this issue...
Similar to https://deno.land/[email protected]/log#lazy-log-evaluation & https://www.npmjs.com/package/@northscaler/bunyaner. In the event that there is an expensive calculation performed in order to log something, and the current log level is such that the log...
`[email protected]` fails when using `@babel/plugin-proposal-decorators@>=7.1.6` in a pure JavaScript project. The workaround is to set the plugin's `legacy` property to `true`. Since the modern (`legacy: false`) mode of the plugin...
https://stackoverflow.com/search?q=%5Bnode-config%5D+mask yields no results as of this writing. https://github.com/lorenwest/node-config/issues?q=is%3Aissue+mask yields two irrelevant results as of this writing. ### I'm submitting a ... - [ ] bug report - [ ✅]...
It'd be jim-dandy if the config object returned by `require('config')` had a method that returned an object that included not only the current config values (as it currently does), but...
Intermittently, when the `HiveMQContainer` is already running, our reused container fails to start with the following exception. ``` ... Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'hiveMqContainer' defined in...
As of the writing of this issue, only Java & C/C++ are supported languages. Please add support for JavaScript/ECMAScript, including support for Node.js. I imagine TypeScript could be in this...
Support `node --version` as a strategy to get the node version. Current code assumes `nvm` is in use. ## Description Add function `node_native_version_prompt` to use `node --version` & refactor `node_version_prompt`...
Please create an official Docker image so that the CLI can be used without having to download the CLI jar from the releases page (and, to a lesser extent, so...
**Issue Type** __FEATURE REQUEST__ **Description** Adding an optional Fluentd chart makes it easy to achieve a complete initial logging solution. The current chart only configures half of the solution. **Version...