Brandon Luz-Sansone

Results 11 issues of Brandon Luz-Sansone

### Describe the bug When you create a combo with type `circle` the property `fixCollapseSize` is not respected. If you change the type of the combo to `rect` you can...

bug

### Tell us about the problem On iOS after new data is added from the auto load on demand function, the images that were aligned previously are aligned incorrectly. ###...

Hi, is it possible to make it so the node is checked only when clicking on the checkbox rather than clicking the entire row? Thank you!

Was sent a .jpg image, needed it .png. When downloading the image from Gmail, set format to `All Files`: ![screen shot 2017-09-12 at 3 38 27 pm](https://user-images.githubusercontent.com/16868336/30347081-7f9356f4-97d0-11e7-84fa-f9dc41a02f12.png) Changed extension from...

Is this library compatible with Vue 3? If not, are there plans to make a Vue 3 compatible version? Thank you.

Is this library compatible with Vue 3? If not, are there plans to make a Vue 3 compatible version? Thank you.

I'm attempting to compute the layout on the server and want to gather the x, y coordinates of all the nodes/edge/combos but am receiving inconsistent results. Maybe I'm using the...

Need to add the safe area inset value to the calculation so it's correctly hidden

I was following the example here https://github.com/dmurvihill/firebase-mock/blob/master/tutorials/admin/tokens.md and it looks like you are mocking the generation of the id token which returns just a random string: ```js this._idtoken = Math.random().toString();...