Gabriel

Results 11 issues of Gabriel

### Issue Description We've been running Apollo server for a while in a couple of APIs, and we have always noticed a memory leak in both, which appeared to be...

First of all, thanks for this awesome project! I spotted a bug with the location tracking where table aliases are not tracked if the `AS` keyword is omitted, for example:...

Currently there is only very basic syntax highlighting in JetBrains IDEs through https://github.com/gabotechs/graphqxl-idea-plugin, but it still does not have code navigation, code suggestions or error highlighting. There is also no...

Allow squashing multiple nodes into one that inherits all the inbound and outbound edges from all the contained nodes.

One option would be to implement WASD navigation.

When selecting a node, all the edges are highlighted equally, but some edges might be different than others: - There's inbound edges, which means, files that depend on the highlighted...

Something like this: ![image](https://github.com/gabotechs/dep-tree/assets/45515538/31763afd-d249-4f5d-a277-0cfbab0f0121) It should allow: - Clicking a file to bring the node into focus - Folding/unfolding directories - Search by name?

The loading spinner often stucks in this position: ``` â ‹ Loading graph... (0 it/hr) [0s] ``` It should be more fluent

Right now it's very hard to cross-compile aarch64-unknown-linux-gnu targets on the x86_64 GitHub runners because of alsa, not even with cross or cargo-zigbuild. Not sure what approach should be taken...

### What are you trying to do? In certain cases, `topo.DirectedCyclesIn` can freeze forever, debugging the issue, it seems like there are situations where this loop https://github.com/gonum/gonum/blob/fe73977b019f3f402f1334a1c866b5dc4670b3bd/graph/topo/johnson_cycles.go#L79-L93 never ends. ###...