Rasmus Wriedt Larsen
Rasmus Wriedt Larsen
Not really no.
You can get access to a developer configuration with 4 students and 1 teacher -- that should let you test out everything http://itsdeveloper.publishpath.com/register3 I'm quite busy at the moment, and...
This error message simply means that there was not a `kind` property defined in the query metadata, as described here: https://codeql.github.com/docs/writing-codeql-queries/metadata-for-codeql-queries/ for an example of valid metadata, see https://github.com/github/codeql/blob/6d7b95c15db07a649bff8ef446ec6fcda5896fa8/python/ql/src/Expressions/UseofInput.ql#L1-L11 I...
Thanks for the insightful comments :+1:
Thanks for your detailed report. I have something in the works that should fix this, will update this issue once I publish my PR :+1:
PR up here: https://github.com/github/codeql/pull/16670
Thanks :+1: We recently changed this example, thanks for letting us know about this 💪 I'll look into rewriting our example to account for this edge-case, unless you have a...
This one got away from me, but I've created https://github.com/github/codeql/pull/16646 now to address the issue :+1:
Even though the PR is merged, it will take a little time for the documentation page to show the new text+example (since that is only updated after we make a...
I would strongly advise to just push additional commits to your branch/PR next time. By doing so, it becomes very easy for me to see the changes you made after...