Thomas Gossmann
Thomas Gossmann
Interfaces are recognized during the doc generation and shown in the navigation, which is fine. They are not connected from the classes that implement them and vice versa. So: `class...
When panning around the graph and clicking a node through graph.onClick() the clicked node gets center to where the center was before panning the graph around, it should be centric...
Hey, I wish I could say on which level a specific node is layed out in the spacetree (instead of letting the ST do the calculation itself). Thanks.
Using Native Labels on a PieChart places them behind the chart, which makes them invisible, especially with a negative labelOffset option. Can you make them lay on top or give...
I created a graph using a Spacetree. I want to show the whole graph, set up maximum level to 100. Fine, but the spacetree is - as it seems to...
I was kinda confused, when I mousewheeled down and my graph gets smaller. Somehow I expected a zoom-in. So I switched over to google maps and yep, that's where my...
Hey, when I feed my Spacetree with Graph data and a node contains various adjacencies, "only one edge" is shown (the first one provided to the graph) even if both...
I figured, when using a prefix to determine the theme name, that everything after the first slash is changed if it contains a slash. Relevant code: https://github.com/thomas-lowry/themer/blob/dba7de57f26b4d7b6e1acc5e4bd94d18f53ce1db/code.ts#L451 Apparently: The first...
Hello 👋 Happily using your plugin and have some suggestions to improve it regarding the apply theme functionality. That mostly happened because I run the plugin, applied a theme and...
I would wanted to use `e-css-modules` with a v2 addon and its companion test-app. ... but how? =) (I have too many assumptions in my head why it isn't working,...