Konnor Rogers

@konnorrogers@ruby.social
604 Followers
344 Following
4K Posts

Just a person doing web things

Hacking on Web Awesome while working at Font Awesome

I see we're deliberately shooting the press when their back is turned.
Everyone feels welcome in our community! Just ask them!

So Free Speech for me, not for thee. Got it.

The irony of the guy revoking visas and residencies over foreigners expressing their free speech now saying Americans in foreign countries have their free speech protected is just absurd...the complete lack of self reflection is ridiculous.

The fact that Kickstarter and sites using Kickstarter don't have an API or webhooks for when new people back is going to be the reason I jump off the deep end.

And no, don't tell me to scrape it. Even if you don't agree with it, its against the terms of service.

There was actually an additional patch missing.

But coming....at some point™️ to Rhino Editor...alt text for images.

(it will be opt-in, since it does require modifying ActionText)

And kinda starts the clock on me making a proper gem for various "fixes" on ActionText.

Opened discussion here:

https://github.com/rails/rails/discussions/54179

[ActionText]: Proper hooks for adding additional attributes · rails rails · Discussion #54179

👋 Hi there. I maintain a rich text editor similar to ActionText. It came up that ActionText does not support alt text. In the spirit of following: https://shopify.engineering/the-case-against-monke...

GitHub
A true legend showed up at our house for Christmas

Who asked for this GitHub?

Also, whos the asshole who decided it needed to have `autofocus` on it so first page load is always focused on the input?

WCAG seems to suggest this is a very bad idea.

https://www.w3.org/WAI/WCAG21/Understanding/focus-order.html

Understanding Success Criterion 2.4.3: Focus Order | WAI | W3C

How fun. Safari *sometimes* works with <div role="radiogroup" aria-owns"{{ ids }}">

https://codepen.io/paramagicdev/pen/MWMQBdj

MWMQBdj

...

Sorry for posting "a twitter post", it popped up in a google search.

I was searching for if Rails had docs on method spoofing like Laravel (https://laravel.com/docs/11.x/routing#form-method-spoofing)

but couldn't find anything, but I found this post interesting:

Like the point of method spoofing isn't that routers dont support it.

Rails doesn't need method spoofing either, but its there because HTML forms dont support non-POST / non-GET so its impossible to "progressively enhance" routes that dont support POST / GET.

Laravel - The PHP Framework For Web Artisans

Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation — freeing you to create without sweating the small things.

There's some real irony here with this happening on the "State of HTML" survey 🙈
×

Sorry for posting "a twitter post", it popped up in a google search.

I was searching for if Rails had docs on method spoofing like Laravel (https://laravel.com/docs/11.x/routing#form-method-spoofing)

but couldn't find anything, but I found this post interesting:

Like the point of method spoofing isn't that routers dont support it.

Rails doesn't need method spoofing either, but its there because HTML forms dont support non-POST / non-GET so its impossible to "progressively enhance" routes that dont support POST / GET.