Robert Fletcher
Robert Fletcher
This issue is finally resolved! You can change your preferred sort order on your profile page.
Yuck! I wonder if we could move the "Logged in as" line up into a separate row. I'm hoping to focus more on accessibility over time, so I don't know...
@duenni I'm not opposed, but I don't think I'll get to it any time soon. If you want to give it a try, I'll be happy to look over a...
@bbatsov ah, yeah, good question. If I reformat the code to this RuboCop doesn't complain: ```rb expect { described_class.call(user) } .to(change(target1, :value).to(0) .and(change(target2, :value).to(0))) ``` I'm actually a little surprised...
@bquorning for the most part I think that would work for me given the above use case, though another case that we run into occasionally is when we're monkey patching...
@bquorning, yeah, I was thinking pretty much the same thing. I think even if I had the option, I'd probably be hesitant to add it to my `.rubocop.yml` file as...
Hi @Jaryt, thanks for the quick response. We see this issue a handful of times each week. I think it's probably our largest source of flake in our test suite...
This is failing pretty hard for us right now. I haven't had a chance to try the caching, yet, but we're seeing a ton of failures with exit status 18....
@marboledacci we actually set up our own custom Dockerfile with node built in, so we haven't had to deal with this issue in a while. I'm fine closing this.
It would be nice to have a way to `import` `gon` in our JS. Having it in the global scope creates load order issues. If `include_gon` is not before your...