Caleb Meyer

Results 33 comments of Caleb Meyer

Also ran into this: I am following a bevy tutorial (rust game engine), and put `bacon` in my regular terminal, but hit the play button to do the cargo run...

It also fails for multiple requires: ```ruby params.require([:foo, :bar]).permit(:baz) ``` is auto-corrected to ```ruby params.expect([:foo, :bar] => [:baz] ``` which doesn't work.

Related: https://github.com/Microsoft/vscode/issues/25097 Glad to hear I'm not the first one to experience it.