Rodrigo González Castillo

Results 9 comments of Rodrigo González Castillo

+1, I need an hibrid solution were the base schema is multitenant per table basis and for each client we also have a different schema complete custom acordly their needed.

> Still using React? Why if Svelte exists?

You can convert any function to asynchronously simply with setTimeout, example: ``` javascript function jsonpackPackAsync(json, next) { setTimeout(function() { var packed; try { packed = jsonpack.pack(json) } catch(e) { next(e);...

Good question, depend of the virtual machine where javascript run, but all have in common that uses a continuous event loop in a single thread, that loop simulates multithread in...

Anyway I'm also not sure 100% about this, before approving this I need to do some tests with large files to see if the asynchronously blocks the rest of the...

Hola, con #11 eso debería estar resuelto. Como autor, podrías agregar la documentación por favor?

The problem is caused because the dojo/util package, declares "dijit-themes" as dependence, in the bower file: https://github.com/dojo/util/blob/master/bower.json

I also report that here: https://github.com/dojo/dijit-themes/issues/52