Results 10 comments of Dmitry Yakimov

oh, `.ExternalClass` is present in boilerplate, but looks like it meant to be inline in it.

Ok! So I've tried chrome to chrome connection. And it behaves almost the same. Also fails if to wait too long. And it can be connected if comment out these...

I've made a fork with a condition for this._connected https://github.com/welldan97/simple-peer/commit/7a8cbe28d17fd5f4d79cc24bc64ffa321c802b29 This works for me, so far. I bet this would be also better for many cases. But probably it doesn't...

@nazar-pc So today I've made some experiments. Unfortunately this time 4g Mac could not connect to wifi Mac at all. That was strange. Then I've tried to connect to my...

``` type Flatten = T extends [infer F, ...(infer R)] ? [ ...( F extends any[] ? Flatten : [F] ), ...Flatten ] : [] ```

Also I've made a [small script](https://github.com/welldan97/dotfiles/blob/master/scripts/w97-whereami): ``` shell #!/usr/bin/env bash set -e main() { output='' while ! does-include "$output" 'Latitude' ; do output=$(whereami) done echo $(fetch "$output" 'Latitude') $(fetch "$output"...

I'm seeing the same problem. Can anyone publish, please? @jmrossy, @whymarrh

Hi Leh. Thanks for the feedback, and sorry for the late reply. Such a busy time for me. I hope to get back to protocolist and add Rails 4 support...

Thanks! Yes I definitly need to do it. Coming soon™

Hi! Thank you! Yeah I need to create some docs to make the source code more useful. I'll do a bit later :) No server is needed. By the end...