Chris Hasson

Results 14 comments of Chris Hasson

Hi @zhihao95, I'm not able to reproduce the problem. Could you post the version of chrome you are using? Also, are there any JS errors in the console? Here's a...

@vidaaudrey I think we might need to update `GLTFScene.js` to honor the defaults for each sampler property. According to this schema I found, it seems like it's valid to have...

Yeah, I think the fix is we should not set those properties (min/mag/wrapS/wrapT) on the `regl.texture` if they aren't present in the `sampler`.

@vidaaudrey, this was the fix I was thinking of: https://github.com/cruise-automation/webviz/pull/576 I haven't gotten a chance to test it out yet though

![color-picker](https://user-images.githubusercontent.com/5104925/58908477-af18a380-86de-11e9-93e8-5932d04427b2.gif) https://github.com/baaahs/sparklemotion/pull/92

I just ran into this too! The error in the logs shows a line number error while editing code:

Hey @sergiobank, thanks for opening this issue! Yeah, we originally removed the old autocomplete because it was insufficient for showing multiline edits and other advanced features that we wanted to...

Perfect, this was the feedback we needed to hear! I'm really sorry we removed that feature so suddenly. We really didn't mean to delete features that were useful. I'm already...

100%- Autocomplete is our number #1 priority! Mark and I are actively working on it now and making good progress. We’ll let you know in the next couple weeks when...

Closing this now that @chrarnoldus has a nice clean working version :)