Gabriel Arcangel Zayas
Gabriel Arcangel Zayas
> I thought we were doing that for some config option or another but I'm not finding it right off the bat. Yeah, I don't THINK we have a config...
Strange, the indentation is working for me 🤔 Can I ask what you wrote for `rails g model`?
Looked over this one again today, can't seem to reproduce... I don't want to close it though if it really is a problem, so I think I'll leave this one...
Yeah, running 4.7.9 I tried it with a 3.x version and the same thing happened. Must be something over here. I'll look a little deeper into it. The error looks...
Hmm, going through my commits it definitely seemed to be the version change. I was running 4.4.1 earlier according to gemfile.lock Started having issues when it bumped up to 4.7.9...
I'm curious about this one, it looks like the following is in place to prevent the method from getting to that point in the code: ```js if (!evt.target.labels) { return;...
@kg-currenxie Same here, wasn't able to run `bundle binstubs magic_test` until I used `gem "magic_test", git: "https://github.com/bullet-train-co/magic_test.git", tag: 'v0.1.0'`
Tagging @andrewculver just in case
As a side note, this doesn't solve the rubygems issue, but I at least started my own fork which includes some of the pull requests I have open on this...
Linking #1 here for future reference.