Gareth Rees

Results 571 comments of Gareth Rees

> The default location of the configuration would become ~/.config/imap-backup/config.json. Seems sensible to me. It would be great to be able to point to a custom config location via an...

Hey 👋 We don't use geocoder (yet!) but I've just fixed this in https://github.com/mysociety/alaveteli/pull/5524/ for our homebrew downloader. Quite an easy fix, but thought it worth noting to give someone...

Thanks, and no problem. I did just have a go at installing geocoder locally to have a stab at contributing a fix, but `bundle` just seems to take _forever_ at...

Related to https://github.com/mysociety/theyworkforyou/issues/1260

+1 – this would be super useful right now for finding out about how DUP tend to vote.

+1, agree with this, and also making sure that there's a reason when changing prominence of entire request (https://github.com/mysociety/alaveteli/issues/6746)

Just noting this gist as a nice pattern for implementation https://gist.github.com/dhh/981520.

> There are rare edge cases where we will need to hide everything Here's some quick stats on that: ```ruby InfoRequest.where(prominence: 'hidden').count # => 1898 InfoRequest.where(prominence: 'hidden').group("TO_CHAR(info_requests.created_at, 'YYYY')").count # =>...

Would be good to be able to tie a `Note` to a tag https://github.com/mysociety/alaveteli/issues/387

Another case for a separate `Note` model https://github.com/mysociety/alaveteli-professional/issues/301