Sebastian Hoitz
Sebastian Hoitz
+1 Think about a use-case with async: ``` coffeescript data = [0,1,2,3] async.eachSeries data, (elm, cb) -> # do someting... cb() (err) -> console.log "Done" ``` I have this type...
I'm seeing a similar issue. For me, when I press J or K for like a second the cursor afterwards is still catching up while in normal mode. This is...
I've come up with a solution: ``` { "keys": ["ctrl+j"], "command": "move", "args": { "by": "lines", "forward": true}, "context": [ { "key": "overlay_visible", "operator": "equal", "operand": true } ] },...
Yes. `app/controllers/v1/users_controller.rb` => `spec/requests/v1/users_controller.rb`
Sorry, I meant `spec/requests/v1/users_controller.rb` :coffee: