Paul McMahon
Paul McMahon
I also ran into this issue. I think in modular sinatra applications, `Sinatra::Application.root` is nil. I was able to work around this with ``` ruby root = File.expand_path(File.join(File.dirname(__FILE__), "../tmp")) Capybara::Screenshot.instance_variable_set...
What the person on StackOverflow wants to do seems like an edge case. I'd want to better understand how they are using the "Content-Language" header before proceeding. That being said,...
> I myself have needed that, for example showing a value in an interface which allows you to translate them. This makes sense. Though I don't think it specifically requires...
The disadvantage of @ihoka's workaround is that it nukes jquery entirely from your ember application, meaning it will break your ember-cli tests. I've discovered that ember-cli actually [supports excluding a...
What about introducing a `default_image_format` config value? That way, the change of the default to webp could be opt-in initially, and in a later version, the default could change. I...
Thanks for reporting the issue! From looking at our mail provider's logs, I see that we sent a single mail to you, on the night of October 6th. Your mail...
[This article suggests](https://stephanieevergreen.com/y-axis/) not extending it to 100%, but rather ending it close to where the data ends (the current behaviour). Some other resources confirmed that is the recommended strategy,...