Just a person doing web things
Hacking on Web Awesome while working at Font Awesome
Just a person doing web things
Hacking on Web Awesome while working at Font Awesome
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:
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
How fun. Safari *sometimes* works with <div role="radiogroup" aria-owns"{{ ids }}">
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.