Andrew Eisenberg

Results 289 comments of Andrew Eisenberg

Thanks for the bug report. This line is suspicious: ```Didn't perform CodeQL CLI update check since a check was already performed within the previous 86400 seconds.``` Here's what I think...

What is the code snippet that produces this AST?

Thanks. I am asking our python team for a detailed answer.

`predicate` was exactly one of them that i was thinking of. And yes, the others seem to be available. Other things like quantifiers `exist`, `count`, etc are not available in...

I can understand not wanting to clutter the proposals list. Maybe as an alternative, we shouldn't propose just the keyword, but create a full template for a predicate (and other...

Can you attach your full output of the CodeQL Extension Log and the CodeQL Query Server?

Adding the "Good first issue" label since determining what the problem is will be helpful even if the solution is quite complicated.

It's possible that the slowness is related to loading the source archive file system folders. Is it possible that your workspace with 0 databases still had some source archive folders?

We had a discussion internally about the recently. Transcribing the interesting parts of the discussion here. - _Person A_: I noticed that CodeQL extension spent a long time loading databases...

Curious....does it do what you expect if you double escape? ie- `x\\ny` --> `x\\\\ny`