Biruk Haileye Tabor

Results 12 comments of Biruk Haileye Tabor

If you can insert a space after the extension glyphs on Adobe Illustrator, then we can close it as a GIMP bug. GIMP has had such bugs before in fact....

I agree @robinboening We should just depricate `resolve_admin`. The whole idea behind `policy_scope_admin` is stated in the comment below: ``` # Like the policy_scope method in stock Pundit, but allows...

Perhaps https://github.com/hellostealth/stealth/pull/183 can work for you.

I had refactored my app not to use recpatcha but now when I enable it I find that the skipped invisible button just does nothing when clicked from unlisted recaptcha...

Thank you @adamkiczula! I think this should be merged to avoid unnecessary redundant indexes.

> Rails actually defaults to `type, id` for the index, which I believe is less optimal in some cases (but more optimal if you're querying just by type). Good point....

> The only Turbo-specific code is the initial load event. After that, all new elements are initialized automatically, regardless how they entered the DOM (Turbo Frame, Turbo Stream, jQuery, innerHTML,...

Perhaps this is related to https://github.com/Redocly/redoc/issues/2272

Thank you @gjtorikian! This mode would be a great help for greenfield apps. Does this mean that the reasoning below for the `:n_plus_one_only` mode is outdated? > If we try...

Would be awesome if this is merged.