bazzargh
bazzargh
sure. I wasn't sure where to add it in the code for myself, it seemed like play/pause were handled differently from the other buttons you'd enabled that for. If you...
actually just spoke to our OSS coordinator and was encouraged to sign the individual CLA. Done. PR incoming
re the CLA: it really is just the black hole of the process. I wanted to open source a ~50 line ruby tool 3 years ago and haven't heard back...
We just hit this issue too, with a user updating to 2.1.7. Maybe worth mentioning our finds on the way here, that k8s rejected adding this permisssion to the standard...
Oh, .... now I see the bug. https://github.com/lobsters/lobsters/blob/master/app/controllers/home_controller.rb#L6 caches :index if CACHE_PAGE is true, but this does not check if query parameters are set, and query parameters aren't supported in...
Figured out an easy way to reproduce what's been happening to the bot. In the browser, visit `https://lobste.rs/hottest.json?page=10` . Since you're in a browser session with cookies, the cache is...
I got wondering how those pagination links were being generated, and... you're not generating query parameters with page= except for on the moderation and search pages, so far as I...
(bewinsnw is me from my work account, ha)
I've pushed up a PR to lobsters-ansible that I think does the job, https://github.com/lobsters/lobsters-ansible/pull/83 . Really it's just more words around what I said above. I've not done more testing...