Joseph Lisee

Results 30 comments of Joseph Lisee

For the protocol level issue see uber/xviz#415

I don’t know this area of the code but at one time the default was the way you describe and we changed it. So searching the history can help, it’s...

I was able to use `colors` with an array that matches the given size: ``` xvizBuilder .primitive('/points') .points(randomPoints(4), 1) .colors([[20, 100, 20],[20, 100, 20],[20, 100, 20],[20, 100, 20]]) ``` According...

We don't have direct support for this right now at a high level what you want to render the 3D world from the perspective of the camera image you are...

Any update on the data export? One thing our team would like to measure is how different workflows tools affect the size of a pull request and how many comments...

When I start Firefox I can quickly see the title flash from "Mozilla Firefox" to "Ubuntu Start Page - Mozilla Firefox" as it loads the page. When devilspie2 sees the...

This is really cool, thanks for the contribution! I definitely think we should merge this, but since it's large will take a bit for me to review. Two things first:...

We are getting more internal requests for this as well. @gerardsimons the basic sketch for this would be: - add an `orientation` to the image type (or maybe a `transform`...

I also recommend a two level approach: - By default send a reduced resolution and/or lower rate image to provide context - When needed send a configuration command to your...

> The general jpg/png encoding is too slow. We have not tried this but since any image the browser supports should work, you should be able to send `bmp` images...