Mykhailo Onikiienko

Results 36 comments of Mykhailo Onikiienko

Same problem on Mac M1.

Thank you for PR @lupohan44 I've never used vercel/pkg. But this fix looks like a workaround. Is there a way to copy 7zip to the temp folder only if it...

Hi @lupohan44 Thank you for the updates. Meanwhile reading the issue you have mentioned I noticed this comment https://github.com/vercel/pkg/issues/342#issuecomment-368303496 As I understand you can't use `fs.copyFileSync` too. But have to...

I see. Interesting. Will try to check my own. For now, I opened issue #57 for that error. Thank you for your contributions @lupohan44

Hi @honestabelink, Thank you for your contribution. May you please explain what it fixes? You have replaced `error` with `close`. So we have no `error` listener. Docs says: `The 'exit'...

Thank you for your detailed answer @honestabelink Possible the issue you have with > _7z.cmd(['x', '-so', dbArchive.path, f[0].name,], (error, results) => {... is coming from this line https://github.com/onikienko/7zip-min/blob/6dcc96ea9db0b93df49dc33dc0ff76fb2dee2970/index.js#L60 I think...

Got your point @honestabelink You are right. Please send PR if possible. I will publish it with next release.

Thank you @honestabelink. I think I will merge this PR to the `release-2.0.0` branch. And release once this milestone https://github.com/onikienko/7zip-min/milestone/1 will be done.

Hi @JackGruber, Thank you for your contribution. Possible will be better to have a separate `test` method instead of using `cmd`. What do you think?

Hi @AndyDv85 Do you have this issue for each archive on Linux? May you pass `7zip-min` tests under Linux? (`npm test`)