Jens Dahl Møllerhøj

Results 47 comments of Jens Dahl Møllerhøj

> > I hope to influence people to only use the default methods > > I think that should be treated as a separate cop from the action ordering. Let's...

I think it would make sense to specify on a per class per method basis. The default configuration could just be pulled from the rails documentation (defaulting ordering arguments in...

We manually commited to one style of flash usage at some point. Having it as a cop would be great. If a core member gives me the go, I'd love...

Hi, I made an extension to solve this. Might document it later. https://github.com/mollerhoj/telescope-recent-files.nvim Install with ``` { 'nvim-telescope/telescope.nvim', tag = '0.1.5', dependencies = { 'mollerhoj/telescope-recent-files.nvim', }, config = function() require("telescope").load_extension("recent-files")...

@rafaelfranca I appreciate the philosophy that we wish to actually fix the issues instead applying ducktape solutions. That's just the right engineering mindset. However, in this particular case, I don't...

> > It seems to me that this allows me to get all the advantages of spring without having to deal with the disadvantages. > > I'm a bit confused......

Huh, must be something in my setup then. I can edit and it works fine, just that if I visually text some text and press `d` to delete it, the...