Brendan Brewster

Results 10 comments of Brendan Brewster

Is the empty node where the object properties that are not arrays or objects is shown?

I noticed the same and other issues. I'll be pushing a merge request that cleans this up a lot. The simple fix for this is to memoise the gauge props...

Hello, I didn't create a PR but I did finish cleaning it up for the project I am on. I will commit to creating a PR within a few days....

I'm actively working on this and have been testing it lots on our website. I will push this in the next few days. Please bare with me. I've added some...

I don't think adding the `previousValue` property is necessary as you can use the `formatTextValue` prop to provide a custom function to display any text you like and create something...

I agree. I'm working on cleaning this project up and will change this to accept original value. I would prefer to change `formatTextValue` property to `text` property that accepts string...

I'm having another stab at this. I'm initially adding support for linestrips but will add TRIANGLE_STRIPS/FANS later on once I understand the code better. It's tempting to just triangulate TRIANGLE_FANS...

@lasalvavida thanks for the heads up. Enabling LINE_STRIPS mode is trivial. I just have to add support to the geometry helper that splits the mesh when more then 65K vertices.

Hello. I'm very sorry life got in the way this last year. I have a week off next week for Xmas so I will push what I've done. It's almost...

I agree. Bootstrap Popover/Tooltip/Overlay uses prop `placement` with values `top`, `bottom`, `left` and `right`. Can we use the same prop name with `top` and `bottom`?