William Findlay
William Findlay
Hmm actually I think I managed to reproduce some of the weirdness you encountered around tag switching. I'll see if I can add some test cases to capture this and...
Aha, so at least in my case, I've found an explanation for the strange tag-switching behaviour I saw. When you close a window, the previously focused window becomes focused, even...
Are you using pipenv? If so, you can install bcc normally and pass --site-packages as a flag to pipenv as a workaround. As far as I know, there is no...
Hi @denisidoro I was wondering if this issue describes a feature I was recently looking for. Basically what I wanted to do is be able to do something like: ```bash...
Hey, I opened #476 which should fix this in a backwards compatible way.