Nick Rolfe
Nick Rolfe
In a graph query being displayed by the graph viewer, when the value for `semmle.label` contains backslashes, they appear to be interpreted by graphviz, when I would expect them to...
When running graph queries that produce large graphs, the graph viewer in the extension just shows the CodeQL Query Results pane as an empty space, and I get no error...
The graph viewer displays child nodes in the order specified by the `semmle.order` attribute on the `nodes` predicate, when it should display them in the order specified by the `semmle.order`...
The graph viewer for allows you to move and zoom around the graph, but it only draws within a very restricted viewport that matches the bounding box of the graph...
Sometimes I have a Finder window open in the directory where I build or download databases, and it would be quicker to drag and drop from there onto VS Code...
Including `ActiveSupport::XmlMini` (plus `Hash.from_xml`, which uses it) when its backend is set to use LibXML.
There will need to be followup changes on the QL side before querying will work, but this is enough to be able to build an overlay database for Ruby.
Stacked on top of https://github.com/github/codeql/pull/19719 **DO NOT MERGE YET.** I'm still testing performance and accuracy, ~and we may change behaviour so that the setting should be enabled for the main...
Stacked on top of https://github.com/github/codeql/pull/19684