Simon Stemplinger
Simon Stemplinger
The bounds settings in following snippet work fine for me in Terminal, but not in iTerm. Here the bounds have no effect: window :name => "1", :bounds => [0,1060, 630,...
I often switch feature branches (e.g. when I suspend work on a bigger feature to fix an urgent bug). `git-start` could offer to switch to other ongoing branches by matching...
Currently `devise-passwordless` has a hard-coded assumption that `email` is the only authentication key. However, devise allows using other attributes for retrieving and authenticating the user ``` class CustomUser < ApplicationRecord...