Dmitriy Tsvettsikh

Results 29 issues of Dmitriy Tsvettsikh

This PR implements `byteLength` method. API is the same as in [Buffer.byteLength](https://nodejs.org/api/buffer.html#buffer_class_method_buffer_bytelength_string_encoding).

`turbo-crc32` is about 2x times faster than `crc`. ``` crc: 987.866ms buffer-crc32: 1387.205ms turbo-crc32: 447.711ms ```

Я тут зарелизил `[email protected]`, там много улучшений, в том числе упрощены клиентские запросы. Ваш код можно упростить так: ```js const stun = require('stun'); stun.request('stun.l.google.com:19302', (err, res) => { if (err)...

``` - Compiling cod0xc0421244e0 \ Compiling code : to unallocated span up to date in 4.509s idx=0x92 span.base()=0xc042118000 span.limit=0xc04211e000 span.state=3 runtime: found in object at *(0xc04246ff28+0x0) object=0xc04246ff28 k=0x6021237 s.base()=0xc042468000 s.limit=0xc042470000...

**OS**: windows 10 x64 **Version**: 2.3.0-171206T1525 (23b7153) Long stack trace: ``` fatal error: unexpected signal during runtime execution [signal 0xc0000005 code=0x1 addr=0x59 pc=0x40f3ae] goroutine 27 [running]: runtime.throw(0xacd958, 0x2a) /home/travis/.gimme/versions/go1.9.linux.amd64/src/runtime/panic.go:605 +0x9c...

```js udp.on('message', (message, rinfo) => { // add rinfo to StunResponse }) ``` or ability to get remote info from `stun.request`

enhancement

http://definitelytyped.org/

help wanted

Windows 10, Visual Code 1.12.2, WakaTime v1.1.6, wakatime-core 8.0.1 ``` Traceback (most recent call last): File "C:\develop\tools\python27\lib\logging\__init__.py", line 859, in emit msg = self.format(record) File "C:\develop\tools\python27\lib\logging\__init__.py", line 732, in format...

Spec says: > Client queries over TCP only differ from queries sent over UDP by the padding length computation and by the fact that they are prefixed with their length,...

* export / import session parameters * session storage api?