Budleigh Salterton
Budleigh Salterton
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
**Is your feature request related to a problem? Please describe.** Every time we need to parse a file there's a lot of code needed. **Describe the solution you'd like** This...
Hi, How should we document external modules in the code? A simple example would be this: ```javascript /** * @returns {Readable} */ function() { return fs.createReadStream('some-file.txt') } ``` In this...
Hi, We use commander in [scramjetorg/transform-hub](/scramjetorg/transform-hub/tree/devel/packages/cli) in our CLI. We love your plugin, but we'd like our users to be able to complete files with ` `. Bash has quite...
Hi there! I'd like to add Scramjet Platform to the list. The reasoning is that it fits at least two of the three criteria you mentioned (full disclosure: I'm the...
**What?** **Why?** **Usage:** - - - **Clickup Task:** **How it works:** - - - **Review checks:** These aspects need to be checked by the reviewer: - [ ] Verify and...
**What?** * Fix the logging levels on reconnect from the runner * Unhook streams before reconnecting an instance **Why?** Currently a reconnect causes a double call to `hookupStreams` which pipes...
**What?** Changes in logging... **Why?** **Usage:** - - - **Clickup Task:** **How it works:** - - - **Review checks:** These aspects need to be checked by the reviewer: - [...
**What?** API Server accepts paths strictly as their ASCII representation and that was the intended way, but using `+` in the path breaks the route. What should be happenning is...