JP Posma
JP Posma
(Or, alternatively, specifying some rule name instead of the first rule in the file, but something like that.)
Not every linter rule has to be enabled by default though, right? I think this would work for a lot of teams — all 4 places I've worked in the...
Point is though, that with the rule I proposed you won't get crazy numbers like that, since they won't be useful. The `z-index: 99999999` will be bound by the [stacking...
Ah yes, that sounds like a sensible abstraction!
Yep, sorry for the late response, but here goes: ``` ruby self.resource = User.find_or_initialize_with_error_by(:confirmation_token, params[:confirmation_token]) if current_user && resource != current_user flash[:alert] = 'You are already logged in with another...
Currently there are no smoothing options other than simply curving the line graphs with curve_amount. Smoothing options would be pretty nice to have as in my stream graph implementation (in...
I still have this issue, even with `show_sublime_autocomplete_suggestions` set to false (which seems to be the default now.
Is this in the browser or in nodejs? Do you have a Github Gist or so of how you ran this? From what I remember the difference was much more...
Ah that's still quite impressive since that library doesn't use any native extensions! 😮
Nope but feel free to make a PR!