M Somerville

Results 216 comments of M Somerville

That is what I did in the [commit](https://github.com/mysociety/fixmystreet/commit/f3bb932c1b7f09fd4bffef2ef403c11008f9fcb0) I linked to above, yes (or if you have e.g. `{{ site.baseurl }}sub/page/` changing that to `{{ "/sub/page/" | relative_url }}` and...

@ankitbko You need `JEKYLL_ENV=production` so that [`should_add_fallbacks`](https://github.com/jekyll/github-metadata/blob/9646d0699058f0d3fc04b2e9684d7707412378b6/lib/jekyll-github-metadata/site_github_munger.rb#L58-L60) passes, and you need to add `jekyll-github-metadata` to your gems in `_config.yml`. With those two things, I get the same issue replicated locally.

My suggestions, originally made on twitter, but might be better here now: 1. Could have a CSS shadow (one of the comments on https://stackoverflow.com/questions/44793453/how-do-i-add-a-top-and-bottom-shadow-while-scrolling-but-only-when-needed is a codepen for horizontal instead...

2. Max height would still let you scroll the page to underneath the facets to the table, but would mean the table would never take up more than your window...

Is this only if disable_resend is set (so Bexley at present)? If it's not set, changing the category send method causes resend() to be called, which does reset send_method_used.

You'll have to provide some more detail then, as I say, it does reset send_method_used as far as I can tell?

Note photos is already a mount from another server :)

This was done some time ago, there's an issue with old db entries that lack a file extension.

Since b01df0c7609a1d6c008b943a9936d471cf0e0ce3 `has_permission_to` is independent of the User’s `from_body` (this was done for trusted users), so this could potentially be done that way now. But it would still apply on...

~~From a quick look, I guess the `templates.t` and `tfl.t` failures are because they are testing the `internal_ips` feature which the test is assuming to be 127.0.0.1, but presumably it...