Ian Leitch
Ian Leitch
Looks like Swif doesn't include such extensions in the index.
Thanks for the suggestion. This should be possible, as it's similar to redundant public accessibility analysis.
Not much detail for me to work with here. Do you see an SQL activity in the log? Does sending USR2 signal print any debug info to the log?
How long after creating the notifications did you then check the log? I wonder if the batch size is too large. The default is to load 5000 notifications at a...
Please try 0.2.1.
I'd accept a PR for this, but it's low priority for me personally.
Thanks for reporting. I suspect this is fixed in 3.4.1 (but that release has some other bugs). I'm close to releasing 4.0, I will try reproduce this.
Yes, checking for `ConnectionTimeoutError` does make sense. Usually this error is a symptom of not having a large enough connection pool. What is the sum of all `connections` in your...
Does it work when not run from within Emacs?
Hijack is has not worked reliably since Ruby 1.8. 1.8 contained a function for debugging purposes that Hijack used to inject code at a safe point. 1.9 removed this function,...