Daniel Zollinger

Results 6 comments of Daniel Zollinger

This would definitely be useful for me. As an alternative, I'm using the following workaround: ``` before_filter :load_project_on_shallow, only: [:show, :edit, :update, :destroy] load_and_authorize_resource :project load_and_authorize_resource :task, through: :project, shallow:...

I can confirm that I've been able to repro simply by adding `--progressive` to a CLI run of `ansible-lint`. I wonder if it's something to do with the state of...

I made a PR to demonstrate the code that I think would be required: #22196

@trwnh I think effectively your ultimate thought there - a generic hint about public use of hashtags - is pretty similar to my intention, with the proviso that I want...

@rbairwell - I think it's important to note that it is, and has been, a functional tool since [@[email protected]](https://scholar.social/@CaribenxMarciaX) and [@[email protected]](https://kitty.town/@gingerrroot) first established and popularised the convention. So it's not...

My thanks also for this tool! For my part, having a configurable list would be good: - `[:utf8, :commit, :action, :controller, :id]` might be a nice default - It means...