Joe Pea
Joe Pea
What's the best fast-async config for IE 11? From my limited knowledge, it seems like `compiler: {promises: false, noRuntime: false}, useRuntimeModule: true` results in the smallest code with the runtime...
I'll be getting back to this soon!
I tried that one, but it was completely utterly broken, instead of a tree it was flat and with glitchy lines. Maybe a theme problem? Not sure though. I like...
For example, in my use cases, I might want to watch the size of an object. Here's two ways to do it, with channels, and with events: ```js // channels...
@rauschma This is an interesting example. How would you write this example using the constructor+callback pattern (curious to see how it compares to this idea, and to see if it...
> Are you looking to ignore any takes which are still waiting on the channel and just send the sentinel (done) value to them instead? Yeah, I think so, so...
In my case, I've got a single process taking, so I ended up just sending false when complete, which made the conditional check less verbose on the taking side. What...
(I'm guessing maybe not). What are the minimum requirements?
So this can automatically fall back to WebGL 1?
Like this guy mentioned in #2 , it would be nice to have some basic docs in the README. What about a scene graph? Is there anything like that for...