Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sindresorhus/copy-file issues and pull requests

#54 - Cannot import without `ReferenceError: process is not defined`

Issue - State: closed - Opened by LimesKey 4 months ago - 1 comment

#53 - Please fix make-dir security issue.

Issue - State: closed - Opened by makeupyourmind over 1 year ago - 2 comments

#52 - onProgress option added

Pull Request - State: closed - Opened by fitiskin almost 3 years ago - 3 comments

#51 - Use `onProgress` option instead of event for progress reporting

Issue - State: closed - Opened by sindresorhus almost 3 years ago
Labels: enhancement, help wanted

#50 - Fix CI error on Windows

Pull Request - State: closed - Opened by jopemachine almost 3 years ago - 3 comments

#49 - Fix is failing on Windows

Issue - State: closed - Opened by jopemachine almost 3 years ago

#48 - fix: `WriteStream.end` is called twice since Node 14

Pull Request - State: closed - Opened by jopemachine almost 3 years ago

#47 - bug: `WriteStream.end` is called twice since Node 14

Issue - State: closed - Opened by jopemachine almost 3 years ago

#46 - Add `cwd` option

Pull Request - State: closed - Opened by jopemachine almost 3 years ago - 6 comments

#45 - FR: cwd option

Issue - State: closed - Opened by mesqueeb almost 3 years ago
Labels: enhancement, help wanted

#44 - Add `directoryMode` option

Pull Request - State: closed - Opened by ghost over 3 years ago - 2 comments

#43 - Move to GitHub Actions

Pull Request - State: closed - Opened by Richienb about 4 years ago

#41 - EPERM: operation not permitted, utime '/mnt/windows/...'

Issue - State: open - Opened by spidgorny over 4 years ago - 4 comments

#40 - Add cloning support

Pull Request - State: closed - Opened by Artoria2e5 over 4 years ago - 4 comments

#39 - Stop preserving ownership, stop performing chmod after `copyFileSync`

Pull Request - State: closed - Opened by stroncium almost 5 years ago - 1 comment

#38 - Always throw if unable to overwrite

Pull Request - State: closed - Opened by boneskull over 5 years ago - 11 comments

#37 - need feedback if copy fails because overwrite: false

Issue - State: closed - Opened by boneskull over 5 years ago - 1 comment
Labels: bug, help wanted

#36 - 【BUG REPORT】windows copy file to root directory error

Issue - State: open - Opened by maxhub-fe over 5 years ago - 2 comments

#35 - Add Node.js 12 to testing

Pull Request - State: closed - Opened by coreyfarrell almost 6 years ago

#34 - Fix EACCES test for macOS

Pull Request - State: closed - Opened by coreyfarrell almost 6 years ago

#33 - Require Node.js 8, detect read IO errors after open

Pull Request - State: closed - Opened by coreyfarrell almost 6 years ago - 4 comments

#32 - Refactor TypeScript definition to CommonJS compatible export

Pull Request - State: closed - Opened by BendingBender almost 6 years ago

#31 - Added catch for read file error.

Pull Request - State: closed - Opened by Henry128 almost 6 years ago

#29 - Add TypeScript definition, update dependencies

Pull Request - State: closed - Opened by BendingBender almost 6 years ago

#28 - Copy folder and preserve folder structure of the copied folder only

Issue - State: closed - Opened by radum almost 6 years ago - 1 comment

#27 - Use the `COPYFILE_FICLONE` constant

Issue - State: closed - Opened by sindresorhus almost 6 years ago - 5 comments
Labels: enhancement, help wanted

#26 - compatibility with node 10

Pull Request - State: closed - Opened by mcollina over 6 years ago

#25 - Node v10 compatibility

Issue - State: closed - Opened by tmcw over 6 years ago - 1 comment

#24 - Incomplete solution to node v10 compatibility

Pull Request - State: closed - Opened by tmcw over 6 years ago - 3 comments

#23 - Use native `chmod()` when available

Pull Request - State: closed - Opened by kevva over 7 years ago - 1 comment

#22 - Conditionally stop doing the chmod stuff

Issue - State: closed - Opened by sindresorhus over 7 years ago - 8 comments
Labels: enhancement, help wanted, :gift: Rewarded on Issuehunt

#21 - Use native fs.copyFileSync when available

Pull Request - State: closed - Opened by YurySolovyov over 7 years ago - 9 comments

#20 - Preserve file attributes from source file

Pull Request - State: closed - Opened by kevva over 7 years ago - 4 comments

#19 - Use `sinon` to stub `fs` calls

Pull Request - State: closed - Opened by kevva over 7 years ago

#18 - Use native fs.copyFile when available and no progress listeners were added

Issue - State: closed - Opened by YurySolovyov over 7 years ago - 10 comments
Labels: enhancement, help wanted, :dollar: Funded on Issuehunt

#17 - Expose a non-event-emitter-returning variant which plays nice(r) with gulp v4?

Issue - State: closed - Opened by chocolateboy about 8 years ago - 4 comments

#16 - Preserve attributes/links

Issue - State: closed - Opened by stevenvachon about 8 years ago - 3 comments
Labels: enhancement, help wanted

#15 - Update nested-error-stacks for node 7

Pull Request - State: closed - Opened by jamiebuilds about 8 years ago

#14 - ES2015ify

Pull Request - State: closed - Opened by schnittstabil over 8 years ago - 3 comments

#13 - ES2015ify

Issue - State: closed - Opened by sindresorhus over 8 years ago
Labels: enhancement, help wanted

#12 - Move tests from Mocha to AVA

Pull Request - State: closed - Opened by schnittstabil over 8 years ago - 2 comments

#11 - Drop Node 0.10 and 0.12

Pull Request - State: closed - Opened by feross over 8 years ago - 6 comments

#10 - Move tests from Mocha to AVA

Issue - State: closed - Opened by sindresorhus over 8 years ago - 4 comments
Labels: enhancement, help wanted

#9 - Add progress reporting

Pull Request - State: closed - Opened by YurySolovyov over 8 years ago - 21 comments

#8 - Promise API

Pull Request - State: closed - Opened by schnittstabil over 9 years ago - 8 comments

#7 - Update graceful-fs to ^4.1.2

Pull Request - State: closed - Opened by floatdrop over 9 years ago

#6 - RFC: improved error messages

Pull Request - State: closed - Opened by schnittstabil almost 10 years ago - 8 comments

#5 - do not create dest on unreadable src

Pull Request - State: closed - Opened by schnittstabil almost 10 years ago - 5 comments

#4 - Don't copy directories

Pull Request - State: closed - Opened by kevva almost 10 years ago - 5 comments

#3 - fix options.overwrite default value

Pull Request - State: closed - Opened by schnittstabil about 10 years ago - 6 comments

#2 - fix options.overwrite handling

Pull Request - State: closed - Opened by schnittstabil about 10 years ago - 1 comment

#1 - Preserve timestamps

Pull Request - State: closed - Opened by schnittstabil about 10 years ago - 8 comments