Dimitrios Kouzis-Loukas
Dimitrios Kouzis-Loukas
> That's a great observation. In other words, you are typically looking at outliers. Yes. I can think of 4 different components of that observation: 1. Outliers are interesting so...
With the latest version, the pattern you gave: `"opLabel": "#{http.method} #{http.status_code}"` gives:  It's limited to only tags and uses no caching i.e. it will do the regex+a bit more...
Yeah, I noticed some ‘cache’ around the links code, so I thought about mentioning it. Caching the pattern preprocessing would get rid of a regex pattern match per row.
This cache is a bit unusual, in the sense that it caches only if the same exact object is used as a key (see `srctags` below). This means that it's...
> Re caching, I don't know if there's a way to defer the evaluation of the rules until the row becomes visible in the viewport. My thinking would be: 1....
That would be brilliant!
Tried this fix and as far as I can tell it didn't work
Yes, I tried it with 1.0.3 yesterday - and as far as I can tell it didn't open the old good debugger :/
I certainly used `--pdb` but no worries - it might be just me... What I mean is that I might have a bit older version of Twisted etc. I didn't...