Lewis Buckley

Results 14 comments of Lewis Buckley

This was the solution for me, I changed lines ~478 : ``` $this->_template_locations[] = $this->_themes_base_dir . $theme; $this->_template_locations = array_reverse($this->_template_locations); ```

Hey @MtnBiker I've not run into this issue myself but it's worth checking that that `gem "puma"` is in each application's Gemfile, and after you've added it that you've run...

I've been playing with getting a good alignment locally and came up with this, based on the DJI image processing guide. I'm a newbie when it comes to CV and...

> @lewispb -- are you ok with licensing this GNU Affero v3 ala the repo. Of course, that's fine. I'm not sure I if I'd be able to get a...

I think a one time thing, or maybe a rake task we could run every now and then?

https://github.com/ruby/ruby/pull/2263

> I can't think of a situation where I'd want both headers, one with seconds and one with milliseconds. That's fair. Happy to split this out into `Rack::ServerTiming`. > this...

Thanks for your initial review @jeremyevans. I've addressed it with a new `Rack::ServerTiming` middleware here.

It looks like the external test failure is unrelated. Failure message ``` 1) Rack::Sendfile when calling sendfile contains Sendfile headers Failure/Error: expect(headers).to include('X-Accel-Redirect') expected {"cache-control" => "no-cache", "content-type" => "application/json"}...