Krzysztof Zych

Results 9 comments of Krzysztof Zych

Redmon doesn't really need switching dbs on the fly. Just run more instances of redmon, each configured with a different dbnum in the url: ``` bash $ redmon -r redis://hostname:port/dbnum1...

Added feed and download, hosted on free-tier Heroku: http://pxdoc.herokuapp.com/, original repo also points there. Observations: - installing via docset link works, but only via **http** and **not https**. In the...

Haven't touched that in a long time. I think the 410 is due to the file disappearing from Heroku itself, but the docs don't build - something must have changed...

Excellent! Let's close this one once #449 lands.

You are correct in that both versions result in a gem file of roughly the same size. UPX uses basically the same compression method as gzip, it just keeps the...

Closing due to inactivity and the issue being solved elsewhere.

I had a similar problem, solved by removing the appfolders management extension. But, how is that a bug with multi-monitors?

Fair enough, though it's a bit disappointing to have to use the `attribute` syntax instead of a single `extend` with a module definition. Needs to be documented somewhere next to...