Lou Huang

Results 146 comments of Lou Huang

@patriciogonzalezvivo Do you remember what this was about?

Got it - do we have an idea of how we want to address this? Should a color picker mark never appear if the value string is not actually parseable...

What does it actually mean when a color value is `[[15,[0.,0,0]], [20,[1.,1.,1.]]]`? Is this documented anywhere? Also would it be equal to expressing this in YAML's sequence notation? ``` yaml...

Thanks @skorasaurus. There's a whole category of tile load errors that Tangram.js logs which are not expressed through its usual `error` event handler, which is how applications like Tangram Play...

Can you say more about how you think this might work? It's my understanding that FileReader is only available on user interaction - that is, I can't just drop a...

I'm going to rename this issue to refer to handling assets such as images, sprites, untiled data sources, and so forth. We've opened issue #321 for the multiple-file scenes. I'm...

Implemented in https://github.com/tangrams/tangram-play/pull/581. There will be other UI tweaks to this in the future: 1) Update the w x h sizing on viewport changing 2) Consider re-positioning controls to not...

@tannert There's a workaround for your specific use case! If you build a drive lane, you can select "pedestrian" from the list of options (should be on the far right...

Superceded by #2900