ehmicky
ehmicky
Good point about copying. One would need to add trailing backslashes, or join all lines into one before copying. Let's keep this on the back burner and wait. :+1:
I just came across this: someone also [asked for this feature](https://github.com/google/zx/issues/539) with zx and it got 6 thumbs ups. That's their 6th most upvoted issue out of 63. There are...
@sindresorhus What are your thoughts using the [following issue](https://github.com/google/zx/issues/539) from zx? Especially the fact that many users seem to want that feature and zx is currently missing it.
I have pushed [a `readable-writable` branch](https://github.com/sindresorhus/execa/tree/readable-stream-stdin) which implements this. However, this seems rather unstable and needs more work. Notably, the tests are randomly failing. The main issue is about how...
Closed by https://github.com/sindresorhus/execa/issues/143#issuecomment-2002306393 and https://github.com/sindresorhus/execa/pull/912
I agree that it not being maintained is a problem. Some of the bug reports seem rather important and are not currently looked into. Breaking down `cross-spawn` feature by feature...
Yes, that sounds good. We would also need to add automated tests for the features covered by `cross-spawn`, although our current tests already cover some of it. That's some major...
The main difference with `utils.cache`'s `ttl` option is in the timestamp stored in cache: - It uses a single timestamp per cached directory, while this plugin uses each file's `mtime`...
If you think the `ttl` option would not work for this plugin, please feel free to close this issue. I am not quite sure whether that option would be helpful...
The differences are as follow: - OpenAPI 2.0-only: - `type` `file` - OpenAPI 3.0-only: - `oneOf`, `anyOf` and `not` (from JSON schema v4) - `writeOnly` (from JSON schema v7) -...