Steven Lambert

Results 173 comments of Steven Lambert

Thanks for looking into it. Asset loading is tricky since I didn't want to create a dependency from TileEngine to the asset loader (no way to tree-shake that out). So...

I agree that we should archive, but I don't have access rights to do it.

This is a great place to ask questions. 1. There's no wrong way to go about it, it just depends on what you're trying to do. For example, the FamilySearch...

Awesome. I'll take a look at it more closely later tonight.

Quick question: would the same namespace be something you'd want applied to every example or just a few?

I was just thinking that it might be tedious to remember to add the namespace to every example, otherwise your output is visually broken, but that's just me. The visual...

👍 I like it. A global level would make maintaining the docs a bit easier, and having the ability to override it per example will make it more flexible. I...

Ya for the longest time I just saw any string passed to `done()` threw the error with the string as the message, so never bothered to turn it into an...

I wonder if it has something to do with the fact that the code still uses Polymer 1 and polyfills for v0 custom elements. I could try to look to...

How interesting. That's a lot of things going on. I can see why there's massive scale problems with the library. Splitting up everything into its own page seems like it...