Коренберг Марк

Results 101 issues of Коренберг Марк

Please use `ptsname_r` instead of `ptsname` since first is thread-safe. Javascript workers will kill you for that :)

So, in current form: ``` Terminal.prototype.setEncoding = function(enc) { if (this.socket._decoder) { delete this.socket._decoder; } if (enc) { this.socket.setEncoding(enc); } }; ``` So, `terminal.setEncoding(null)` will not instruct socket to emit...

Add `O_CLOEXEC` in all `open()` calls. This prevent file descriptor leakage (like `/dev/ptmx` descriptor). Note, that setting `O_CLOEXEC` on `/dev/pts/...` is safe since `dup2(xxx, yyy)` that will be called in...

``` CXX(target) Release/obj.target/pty/src/unix/pty.o ../src/unix/pty.cc: In function ‘v8::Handle PtyFork(const v8::Arguments&)’: ../src/unix/pty.cc:185:34: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Wunused-result] if (strlen(cwd)) chdir(cwd); ^ SOLINK_MODULE(target) Release/obj.target/pty.node SOLINK_MODULE(target)...

Well, I'm alive, but do not maintain project actually. Feel free to ask questions and/or add elemntary items like README file.

``` $ npm install dcrypt npm WARN engine [email protected]: wanted: {"node":">= 0.4.2 < 0.5.0","npm":">= 0.3.15 < 1.1.0"} (current: {"node":"0.12.4","npm":"2.10.1"}) > [email protected] preinstall /home/anya/src/jsprox/node_modules/dcrypt > node-waf clean || true; node-waf configure...

`search_best('1.2.3.4/33')` gives: ``` SystemError: returned NULL without setting an exception ```

Also, see https://tracker.ceph.com/issues/39365

https://github.com/mdn/samples-server/blob/master/s/webrtc-simple-datachannel/index.html : you forgot last `>`

В документацию по типу данных `json` надо внести пример `select ('{"x":-0e-00}'::json->>'x')::int` он показывает, что совершенно валидный number взятый из json нельзя преобразовать в численный тип. Обычно, говорят о переполнении (в...