Hairok

Results 23 comments of Hairok

I still need this change, and I need to rewrite it in node_modules everytime I deploy, so I'm going to fork and publish it to npm

I'm having a separate hyperapp app as a widget: https://github.com/kidandcat/newsuncork/blob/master/src/apps/product-creator.jsx And I'm instancing it here: https://github.com/kidandcat/newsuncork/blob/master/src/components/CreateProduct.jsx I'll investigate why today, but when it loads, the location of CreateProduct.jsx's router is...

I couldn't do it in the userland, but I managed to do it in a much more cleaner way: https://github.com/hyperapp/router/pull/72 @jorgebucaran

Hi, I want to help if you agree, I always loved socket.io and I want to have it on Go. UPDATE: after having a look around, I think it could...

it cannot properly unmarshall this too: {["this is valid json"]}

If you want to maintain it, come to the org and work on it.

With the new V2 of PeerJS, I don't see the point of this. The only moment when you need encryption is in the signaling, after that, WebRTC DataChannels are encrypted...

Have a look at the v2 branch https://github.com/peers/peerjs/tree/v2.0.0 We are experimenting with a new API, if it looks promising, it may be the new PeerJS

That could be fixed, although is Safari the one doing it wrong: https://www.w3.org/TR/html51/syntax.html#writing-html-documents-elements > Tags contain a tag name, giving the element’s name. HTML elements all have names that only...