Connor McQuillan

Results 7 comments of Connor McQuillan

I think this is a really nice idea. 🪄 Primer ViewComponents defines a [`fetch_or_fallback` helper method](https://cs.github.com/primer/view_components/blob/4227e457cac9602d7848aaa00ebde7424bb1a7bb/app/lib/primer/fetch_or_fallback_helper.rb?q=fetch_or_fallback#L28) that might be interesting reading. You might have seen it already, and It's probably...

Yeah, this is probably worthwhile. Teaching Vacancies [defined a custom helper](https://github.com/DFE-Digital/teaching-vacancies/blob/f61a19827982abadcad42f4de8371db30b04ee8d/app/helpers/links_helper.rb#L33-L35) for this a while back. I'd imagine other teams have defined similar helpers too, so I think there is...

@seanpdoyle awesome work, +1-ing that it would be great if this was reconsidered. Oh, and thanks again for all your fantastic contributions to the community!

This would be great for something like a [DuckDuckGo bang](https://duckduckgo.com/bangs) to search the docs. FWIW, in that scenario it wouldn't be a problem for me personally if the links referred...

> @cpjmcquillan Have you considered support all attribute types a la [ActiveRecord](https://github.com/rails/rails/blob/v7.0.4/activerecord/lib/active_record/attribute_methods/query.rb#L34)? @taylor-kems Yeah, I did and I had taken a look at that implementation actually! I opted to keep...

@rafaelfranca I saw you assigned yourself to this. Is this change something you'd consider implementing (in its current guise or otherwise)? If not I'm happy for this to be closed...

1. Save this AppleScript as an application ``` tell application "System Events" tell process "Jot" click menu bar item 1 of menu bar 2 end tell end tell ``` 2....