Brandon Luz-Sansone
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...
### 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`:  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();...