Rasmus Wriedt Larsen
Rasmus Wriedt Larsen
this PR turned into quite a bit of a mixed bag now :flushed: but everything was connected :shrug:
This seems to be a problem with gnome, see https://askubuntu.com/questions/640805/gnome-shell-multi-desktop-changes-focus-to-other-screen (which also has suggested workaround). FYI: I've also been annoyed by this for a very long time :disappointed:
> I wonder what is going on [here](https://github.com/github/semmle-code/actions/runs/5938080871/job/16101800809#step:27:7790)? We should not have semantic changes, should we? Is this to do with the missing file? same problem as https://github.com/github/codeql/pull/14037
woops, git merge did things to C++ which was certainly not intended
The suggestions from @aibaars seems solid, let's see if those suggestions solves the problem :+1:
I could reproduce, and narrowed down the problem to cases where `paths` contains globs 😬 As a workaround, can you please use this config file? ``` paths: - 'engine/' -...
Hi @BullHacks3, as already [mentioned](https://github.com/github/codeql-action/issues/2042#issuecomment-1858505192) in this issue: > A web search for AttributeError: '_io.TextIOWrapper' object has no attribute 'reconfigure' suggests this problem can be solved by using Python version...
@BullHacks3 please open a new issue then.
I come from the land of Linux where I am used to `i3`. After finding myself forced to using OS X I have been happy to find Amethyst. However, I...
Hi @R3x, thanks for this detailed issue ❤ It's a known problem with type-trackers in the Python analysis right now, and something we're looking into fixing (although we have no...