Jan Kryl
Jan Kryl
Consider following sequence of commands for uploading a file to FTP server: ``` > 227 Entering Passive Mode (127,0,0,1,139,38) > 150 Ok to send data ... ``` Client opens data...
It is a known issue that some people have worked around by using rather pull than push method for receiving updates about changes. Another workaround is to restart the watcher...
it would be nice if int64-native supported basic arithmetic operations (add and sub), so that people don't have to implement their own versions of such operations in JS (especially if...
Following exception stack is printed: ``` Uncaught exception: TypeError: Object.keys called on non-object, stack: at Function.keys (native) at keys (/root/nef/node_modules/amanda/releases/latest/amanda.js:334:17) at Object.additionalProperties (/root/nef/node_modules/amanda/releases/latest/amanda.js:472:22) at Validation.validateProperty.iterator (/root/nef/node_modules/amanda/releases/latest/amanda.js:1821:26) at Array.addToQueue [as 0]...
I decided to try starfish - just building it and running the tests. I tripped over a couple of problems when doing so and will describe each of them in...
I have a project that uses npm modules with C++ bindings. When using node2nix to create a nix package, it has a dependency on gcc, node-source, and nodejs-X packages. However,...
Normally mkdir is fast operation which can be executed synchronously without blocking event loop for too long time, but this holds only for "local filesystems". When trying to use wrench...
In case of our project we have multiple ".modules" directories - one for each platform. What I would need is an option (--modules) to specify modules directory which pac should...
The problem is if exception is thrown from handler of `message` event on zmq socket: - error event on zmq socket is emitted even though it's not a socket error...