Jean Mertz
Jean Mertz
I solved the second error (was caused by using Rails'`4.0.0.beta1`). See: https://github.com/JeanMertz/focused_controller/commit/15816665c52818ef5f21dde75911850ed6ada105 ``` diff def cookie_jar - @cookie_jar ||= ActionDispatch::Cookies::CookieJar.new + key = ActionDispatch::Cookies::GENERATOR_KEY + @cookie_jar ||= ActionDispatch::Cookies::CookieJar.new(key) end ```
Just wanted to note that I've seen the same happen. The window slightly shifts focus to the right, which is a bit annoying, especially since I use a hook to...
I ran into this as well. I'm using reusable HTML components which each have their own styling, instead of sprinkling style-classes all over the place, I prefer to define a...
I'm still seeing this with pxctest, even when using `--HEAD` with Homebrew.
When using `--HEAD`, we're seeing other issues arise: ``` Error Domain=com.facebook.FBSimulatorControl Code=0 "Failed to write defaults for /tmp/test-simulators/A4F0623F-77D9-454A-83F9-205205B6DAA3/data/Library/Preferences/com.apple.springboard.plist" UserInfo={NSLocalizedDescription=Failed to write defaults for /tmp/test-simulators/A4F0623F-77D9-454A-83F9-205205B6DAA3/data/Library/Preferences/com.apple.springboard.plist, NSUnderlyingError=0x7fd08612cb10 {Error Domain=com.facebook.FBSimulatorControl Code=0 "Running (null)...
All of them
_(note that this PR is based off of beta 4, while 1.0 stable has since been released, my comment relates to the stable version of the spec, not the one...
The two differences are: * Only `:` and `#` are supported as separators * No spacing is required before a line belonging to a trailer that is not on the...
I don’t mind if it was an alias. I personally wouldn’t use it, as I also care about adhering to the maximum title length, which is already difficult sometimes with...
> This issue (#817) is due to the GUI render cost being O(window-area), which has been reported with various symptoms across a couple of issues. Are you positive this is...