Darcy Parker
Darcy Parker
See https://github.com/GoogleChromeLabs/ndb/issues/269 downgrade with `npm i -g [email protected]` may help? I had a similar issue with `debugger;` not working inside a process deeper inside `npm run test`, and the downgrade...
https://caniuse.com/?search=globalThis https://mathiasbynens.be/notes/globalthis has discussion on polyfills Based on the above, pass the globalThis into your IIFE like this: ```js (function (_global) { //bind globalThis to _global ... // Environment detection...
I would like to see `.node-version` support too. For me the main reason for why is interchangeability of node version managers that contributors may be using. * Contributors of an...
@charlespierce - Yes that's right. It is for one specific version. I have never seen anyone specify multiple versions with it. It would be great if you could support it....
I may be wrong about `.nvmrc` being deprecated... * https://github.com/nodejs/version-management/issues/13 * https://github.com/nodejs/version-management/issues/21 The spec for `.nvmrc` is very similar though: https://github.com/nvm-sh/nvm#nvmrc "The contents of a .nvmrc file must be the...
Thanks for update. I appreciate it.
I don't maintain `dxf-parser`, but I was curious about this issue because I am looking at dxf-parser closely. When I test, I am not getting `extrusionDirectionX: -0`. ``` import DxfParser...
Sorry - I don't use `three-dxf`. So maybe that's where the bug is? I was just looking at the parser's results.
Looks like it was renamed back to `open` from `opn`. See https://github.com/gruntjs/grunt-contrib-connect/blob/9e17eb2018af54c2a7274facac437bff32e0d9bf/CHANGELOG#L61
Note: I chose node v16 for `.node-version` and `.nvmrc` because there are breaking changes in v17... You may have some feedback for `engines` in `package.json` and want to support a...