Leonel Franchelli

Results 13 comments of Leonel Franchelli

No entiendo por qué les lleva tanto tiempo mergear a los dueños del repositorio, hace meses está este pull-request que es muy importante

Same here, but it also happens on older browser for example IE 11 or Chrome 49 or Firefox 52.9. Downgrading to 0.7.6 fixes the problem. We use the library for...

> This has been discussed already. Max integer is `2**53-1`. > > If we had 1 update every ms. It would take almost 300 000 years to reach the limit....

> My point is also that Max integer is not `2^32` but `2^54` which makes a huge difference. > My point is also that Max integer is not `2^32` but...

Leaving this as drafted, as this has already been discussed. @JeanMeche Just wanted to remove any limit from the algorithm, with this commit it will always fluctuate between 0 and...

@JeanMeche @atscott Last proposal, how about using `Symbol()` instead of `version++` it could run forever without limitations as each `symbol` is unique it should also have equal performance as it's...

Note: I've changed the type of `Version` but it could be also be applied just for the `epoch` with a new type and leave `node.version` as a branded type number....

Changed back to the original implementation as it's more performant and changed the main description with use cases that could broke `epoch++` @atscott @JeanMeche @alxhub I think you should consider...

Oh i see thanks for the clarification, well i will go ahead and close this issue, but you should consider push to a "pendingtaskqueue" this calls that depend on "firstDataRendered"...