Maxime Lapointe
Maxime Lapointe
Very nice to see work for such support in RuboCop. One thing of note about Haml versus ERB is that its structure follow's Ruby's code a lot. So if you...
This appears to still be an issue. Even without a free scroll wheel, I can reproduce. I switched to ConEmu yesterday, and I feel it when trying to quickly scroll...
Thanks for the report! I'll be honest, I'm not sure how this should be handled. The `Rails/HttpStatus` is clearly not meant to be run on views. But I don't see...
Thank you very much! I just tried it out and it seems to work exactly how I expected it!
I personally just hit this, I wanted to add a link to the perma-link of a header, similarly to Github's. Without this, I need to reimplement the wheel, which I...
My suggestion: if the developper specifies the type of something, there should be no virtual type of the type hierarchy. ``` class Parent; end class C1 < Parent; end class...
A bit late to the party, but if you don't need the STI (ex, you just want to edit some fields), you can do this: ```ruby class MigrateWidgets < ActiveRecord::Migration[5.2]...
Sorry, I just realized my tip doesn't apply here. My tip is for dealing with STI, not with polymorphic associations. @searls I don't know if you still want this in...
I totally agree here. This is a frustrating experience. Many dialogs tell you that you have unlocked concepts, maybe one of them is interesting since but clicking "view concepts" button...
I'm not sure it's normal for there to be a .pnp.cjs file in the home dir. I may have accidentally initiated a project in my home dir. No idea how...