Ryan Zimmerman

Results 15 issues of Ryan Zimmerman

awesome-lint runs fine locally, but breaks on TravisCI with: Awesome list must reside in a valid git repository remark-lint:awesome/github https://travis-ci.org/RyanZim/awesome-npm-scripts/builds/536050660

Node v13.2.0+ has experimental ESM (native module) support without any kind of flag. This means that you can now do: ```mjs import { readFile } from 'fs' ``` However, if...

enhancement
meta

Just opening an issue for https://github.com/nodejs/node/pull/39372#discussion_r670744165 so this doesn't get forgotten.

feature-copy

As per https://github.com/nodejs/node/pull/39372; Node.js is considering moving `copy*()` to `fs` core. This will create a naming conflict between our method and `fs` core when it's released. How do we want...

feature-copy
meta

Opening a new issue to continue discussions from https://github.com/jprichardson/node-fs-extra/issues/246 & https://github.com/jprichardson/node-fs-extra/pull/785 on a fresh thread. CC: @CxRes @kutyepov There have been various proposals to add an option that would make...

enhancement
feature-remove

Our test script has built-in cleanup for `/tmp/fs-extra/`, but not all the tests are using this directory. Also, there's no rhyme or reason to how we're naming test files; someday,...

meta

Travis broke, we switched to GH Actions in https://github.com/postcss/postcss-cli/pull/394; but coveralls still isn't working correctly. Should fix this sometime.

This requires special-casing to use `require` (or similar) for file loading, instead of the normal fs. See https://github.com/postcss/postcss-js/issues/23 for details. This will not be implemented before v3.0.0.

enhancement

Fixes https://github.com/protobufjs/bytebuffer.js/issues/99