Joachim Breitner

Results 453 comments of Joachim Breitner

Can you test #152 and see if that fixed it for you?

Fails with ``` Configuring library for pcre-light-0.4.1.0.. cabal.exe: Missing dependency on a foreign library: * Missing (or bad) C library: pcre This problem can usually be solved by installing the...

https://github.com/Daniel-Diaz/pcre-light/issues/7 might be helpful, but didn’t look further

I wonder why I disallowed strange characters in the first place. Maybe I should just allow them all! For consistency, that would probably call for the syntax ``` tag "foo:bar"...

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- Odd indeed on first glance. Maybe you can minimize the configuration and check if it also occurs if you have just...

**Original comment by Konzertheld (Bitbucket: [Konzertheld](https://bitbucket.org/Konzertheld), GitHub: [Konzertheld](https://github.com/Konzertheld)).** ---------------------------------------- Thanks for your answer. I tried a configuration file that contains nothing but the rule mentioned in the first sentence and...

**Original comment by Konzertheld (Bitbucket: [Konzertheld](https://bitbucket.org/Konzertheld), GitHub: [Konzertheld](https://github.com/Konzertheld)).** ---------------------------------------- Additional info from things I came up with today. An even simpler rule `tag bla:asdf` that tags everything with something static...

**Original comment by nomeata (Bitbucket: [nomeata](https://bitbucket.org/nomeata), GitHub: [nomeata](https://github.com/nomeata)).** ---------------------------------------- So the problem is that `current window $program` is empty for many windows? And then additionally it is not possible to...

Thanks for the test data! When I look at ``` arbtt-dump -f capture.log ``` I see that quite a few samples don't have an active window (the `(*)` in the...

Or maybe arbtt-capture's wake up interval isn't precise enough? If arbtt-capture takes 1s, and you set the interval to 10s, if I did the sleep naively, it might explain 10%...