Adam Morris
Adam Morris
This was originally posted by @javagl > I started drafting that in https://github.com/javagl/glTF-Project-Explorer/tree/data-model-v2 > > There is no PR for that yet, but that can be opened at any time,...
So, I'm actually seriously considering we potentially get rid of the separate filter fields and move to a "super field" that can accept full text searching _plus_ some filtering potential...
These answers are all over the place. Weekend hasn't gone as I had hoped it would so I didn't make as much progress today as I had hoped. Going to...
Also, another idea for sorting out the search and filtering query language is to see what we can do with something like [Elasticlunr](http://elasticlunr.com/docs/index.html), or even [flexsearch](https://github.com/nextapps-de/flexsearch) which we are using...
I like this idea. Give me a few days and I will figure out how best for us to handle this. To be clear, what I'm looking at is adding:...
I recently ran into this issue and I have time at the moment to fix this unless you have a PR sitting off to the side, @donmccurdy. Some thoughts: *...
This is a really easy, 30 minute to implement task. We just need to add a menu entry in `CesiumAddMenuController` which sends a `cesium.omniverse.ADD_BLANK_ASSET` event with a payload including a...
I have mixed opinions on this. On one hand, I see your point, but on the other I feel like there is some precedence here that we're observing with the...
So, I figured out that the error coming from `cesium.omniverse.extension` was a logic error which I've got a fix for, but I'm not sure what we can really do about...
@corybarr @lilleyse Does this need to be merged prior to the release on Friday?