Hilko Lantinga

Results 9 comments of Hilko Lantinga

Any news or help wanted?

Of course as I'd love to finally get rid of 0.9.16 in my own software, but I must say I failed miserably with my previous attempt on 1.0.x of socket.io...

I know nothing of native modules, but what suprises me is that I only see nsstring in tiws, shouldn't it also use nsdata and buffer for when the server returns...

What I do is store it based on the events, this way you always have the state available for checking. Something like: ``` javascript Backbone.socketStatus = 'disconnected'; Backbone.socket = io.connect(Alloy.CFG.url,...

Just wondering why you are using websocket in the test app and not ws, ws passes all autobahn tests and seems like the perfect candidate to test against. And for...

> > It would be nice to be able to import media from Windows Update, just as https://uupdump.ml is doing. > > https://uupdump.ml/ seems to be gone. 🤔 They moved:...

And maybe you could add: ``` Javascript bbGrid.setDict('en'||'ru'||'nl'); ``` to the docs, combined with the one above for languages not in bbGrid.

Another thing that seems obvious but might be nice to add in the docs is that when using bbGrid dynamically with multiple collections you can set the colModel in the...

Did you add it?