Trevor Manz
Trevor Manz
I'm having a look at this for myself, and am surprised to find that: ```diff - {topTracks} - {leftTracks} - {rightTracks} - {bottomTracks} - {galleryTracks} - {centerTrack} ``` doesn't seem...
With the work for a [higlass v2](https://github.com/higlass/higlass/pulls?q=sort%3Aupdated-desc+is%3Apr+label%3Av2+), I'm closing stale PRs to reduce noise. My understanding is that we've found a new direction for "react-less" Gosling, so I'm going to...
As we implement more data-fetchers, I think it would be worth it to reduce the boilerplate/weirdness of implementing the HiGlass interfaces. Right now, we have `any` sprinkled about and could...
This sounds like a proposal to add additional UI components on top of Gosling's API, and we could run into the same HiGlass issue where folks want to turn off/on...
I wonder if @thomcsmits would have any thoughts with relation to AltGosling and using a container/hook like this.
Thanks for flagging — I’m not super familiar with Vue either, but I think I get the issue. Exporting `WidgetWrapper` sounds like one option, though maybe something like a `use:`...
Another option would be to have a button in the Gosling editor /website to copy the icon in different ways (svg "raw", or JSX):  https://lucide.dev/icons/align-horizontal-distribute-end I personally like this...
Are there any errors in the console? It looks like the element on the lower left is being added and removed repeatedly from the DOM. So the flickering effect could...
Really nice putting this together. I pulled it down and tried it out. Overall, I prefer the left sidebar `+` (over the 1 click actions) and agree with @akshayka that...
I was able to reproduce the error by upgrading deckgl/luma to v9.1 on main. So yes, the error was from upgrading to a server range we don't support. I guess...