-
The Tera Drive is a Mega Drive + PC hybrid, albeit unlike the other 2-in-1 computers that were released, in this particular case the two systems are actually *merged* rather than being separate things…
-
Hello,
I'm trying to run the linter and give it the text for linting via the shell stdin instead of passing the filename with the text.
Unfortunately I haven't find the way to do it on Windows. …
-
Hi,
Library is serving me well - great job! But I now need to merge multiple input streams into one file/output.
I see it is purposely not supported "for now":
https://github.com/fluent-ffmpeg/node-f…
-
There is no way to pause/resume the standard output/error when the NuProcessHandler cannot handle the buffers.
It would be a useful addition for the Vert.x 3 integration https://github.com/vietj/vert…
vietj updated
7 years ago
-
It is often desirable to run various HTTP servers that are only locally connectable. These could be local daemons that expose an HTTP API and/or web GUI, a local dev instance of a web server, et ceter…
-
Just like limit(n, expr) and nth(n, expr), it would be great to have an equivalent rand(n, expr) that enables us to easily return any number of items from an array.
This would be extremely useful for…
-
These are just some thoughts about an alternative way to implement commands, no actual implementation done. It might be overkill, result in a weird API, or plain unnecessary, but I might as well post …
-
Since Linux 5.1 a new interface for asynchronous IO was released, making it possible to do IO with zero (or very few) system calls. It works by keeping a lock-free IO submission queue and a lock-free …
-
So I'm working this issue https://github.com/agracio/edge-js/issues/96#issuecomment-568206718 (relevant bits included below) but my [resultant binary from `node-gyp`](https://github.com/agracio/edge-j…
-
I'm trying to use ecta via the [ecta-plugin](https://github.com/Tritlo/ecta-plugin/blob/main/Plugin/ECTA/Plugin.hs), but when I use it for `Prelude` it complains about
```
compare: unexpected RecI…