Pelle Wessman
Pelle Wessman
Relevant piece of code in mocha: https://github.com/mochajs/mocha/blob/c44653a3a04b8418ec24a942fa7513a4673f3667/lib/cli/options.js#L182-L201 If one hasn't specified a `package.json` explicitly then it simply ignores it when it can't be read, instead only doing a `debug()`, so...
> it seems that you have to mark this issue as "accepting-prs" before I can submit one We're discussing if we should drop that > I suppose the author of...
> Perhaps the debug log message could be changed to a warning? I like this suggestion. Something warning that the package.gain could not be checked for config (ensuring it only...
Some inspirational links: * https://github.com/mjbvz/vscode-github-markdown-preview * https://github.com/mjbvz/vscode-markdown-mermaid * https://github.com/mjbvz/vscode-fenced-code-block-grammar-injection-example
I'm happy to go through and provide alternatives, justification and/or try to drop parts wherever you are interested. I do agree this PR may have gone on the overkill-side part...
@KrayzeeKev I'm failing to reproduce this. I'm running the example from the docs: ```js const Wreck = require('@hapi/wreck'); const example = async function () { const { res, payload }...
@KrayzeeKev Can you specify which version of `simple-oauth2` you are running and which OS and OS-version you are running?
There is one test that fails on Windows starting with Node 18: ``` 89) read() handles requests that close early: Payload stream closed prematurely at IncomingMessage.onResAborted (D:\a\wreck\wreck\lib\index.js:422:94) at Object.onceWrapper (node:events:631:28)...
Some cloning could historically be helpful, especially in a pre-typed world, where it could avoid tricky bugs where a changed value in one part of the code propagated into another...
Eg: Associative arrays in PHP are not sent as references to the same associative array but rather sent as a copy of the values, so if one wants to mimic...