Danny Fritz
                                            Danny Fritz
                                        
                                    Here is my interpretation: https://github.com/dannyfritz/CanvasQuery/tree/browserify
> Nested arrays are not supported. In my opinion, component data should be flat where ever possible. Arrays incur a start up performance hit and use a lot of memory....
> if you could limit these calls in your typings that would be great, but i also want to somehow prevent it in raw JS as well Would this be...
> i've been undecided on leaving `defineSystem` around. the only thing it does is `return world`, implicitly. any thoughts here? > > as for `Any`, `All`, and `None`, these are...
Updated to 1.1 and it seems to be good now. Oops!
I was mistaken when I closed it out. I can write a test and fix later today.
make that tomorrow afternoon.
It seems like JavaScript doesn't have any good cross-browser method of parsing an ISO date string. Seems creating a dependency on a library or a shim on the date object...
I had considered UNIX time, but it is hard to discern between a number and UNIX time. It would require user intervention after parsing to get Date objects.
+1 Use-case: Making an AJAX call to refresh a data-source instead of reloading the whole page.