-
Good Day. A couple of weeks ago I discovered this wonderful application. I immediately installed ubuntu on top of termux/android, found all the libraries, compiled. And it worked wonderfully until …
-
Right now, we're inconsistent. Most functions always defer
while others sometimes return an error code. Examples:
- uv_pipe_connect() - errors are always passed to the callback. (Good.)
- uv_udp_send(…
-
### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) …
-
This "issue" is to gather feedback on potential API improvements that would result in logically splitting existing methods into operations vs options, then allowing image processing pipelines to be co…
-
We try to close all the YARP ports opened by the **iCubTelemetryServer** process, by running the following commands from Node.js (for instance via REPL):
```js
> this.yarp.portHandler.close('/yarpjs/i…
-
Automatically build and publish our library.
Maybe use jitpack.io or Maven Central or JCenter.
-
## Description
- Even with the official Jupyter scipy-based image ([jupyter/scipy\-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook)), th…
-
I always felt that the `AsyncWorker`s are suffering from a design defect. Right at its very core is a very subtle anti-pattern. I call it "composition by inheritance". Does that sound oxymoronic? Good…
agnat updated
7 years ago
-
Hi, I was wondering if the dependency on nginx is necessary? It looks like you are using it for a queue type. Would it be possible to remove this so I can use it with node by itself?
./handle_wrap.…
-
dont have time to look into it right now but a simple pub/sub benchmark with czmq hammering the subscriber is a-ok, node just crawls to a halt blocking the event loop or something