Jesús Leganés-Combarro
Jesús Leganés-Combarro
> WRT the bar chart, I think the issue is that the default width in bar.js is 6. Try to change it to 3. I'm fetching automatically the code, how...
I've been thinking about the empty lines and though a solution would be to round the accumulated coordinates (position) instead of the widget size, this way instead of rounding all...
> Not sure I understand the idea about line spaces. Would accumulating actual positions rather than width could mean that some widgets on the same "level" will not be aligned?...
You are welcome :-)
I've been developing during the last weeks a DataChannel polyfill from the specs using a WebSockects based proxy server. It's far from perfect, but it's API compatible and since it's...
Thank you for your comments! :-D I have just finished some minutes ago to remove the '_datachannel' array from the polyfill to the client code so it's now fully standard...
It seems Chrome v24 Dev and Firefox 18 Aurora support DataChannels natively (although personally I didn't be able to make them work...). Is there any "private" improvement here? Are you...
In ShareIt! i'm using a webworker to do the hash of the files without problems... Just using it like a thread, calling it with postMessage to add the files on...
Some good basic example candidates would be: 1º how to generate unique IDs without a central server to assign them 2º how to get an object (a node) given it's...
There should be two thresholds, one to enable compression and another to do it async... Sometimes, gzip compressed data gets bigger than the original one for small data chunks, and...