I got sent out because I finished reading the chapter early and looked around to see what others were doing. Later, the teacher called me in to question what I had just read and ended up embarrassing herself in front of the class.
I got sent out because I finished reading the chapter early and looked around to see what others were doing. Later, the teacher called me in to question what I had just read and ended up embarrassing herself in front of the class.
Nuxt figlet with the Nuxt logo
@danielroe.dev with the logo gist.github.com/aryan02420/4...
The image shows a terminal with the command figlet Nuxt, which outputs "Nuxt" in large blocky ASCII art formed by slashes, underscores, and other characters.
figlets?
πΆπ½Developing usable & accessible user interfaces is not about 'caring'.
It's about being a Professional Web Developer
#WebStandards #ux #a11y
Agents need tools like applications need APIs
I'm porting @ariakit.org to @solidjs.com. Here's how you can help:
github.com/ariakit/aria...
#2. YouTube, Spotify and many more apps take you to the top if you are already on the home page
A screenshot of Firefox DevTools with the "Layout" panel selected shows a visual representation of the shrinking behavior. The element with `flex-shrink: 2` has an initial size of 294px. The item shrinks by 324.75px from the initial size until it reaches the minimum size constraint. The minimum size of its inner content is 45.63px, resulting in a final size of 45.63px.
Overriding the intrinsic minimum size constraint by using `min-width: 0` allows elements to shrink beyond the default limits.
@firefoxdevtools.bsky.social are super helpful to debug such layout issues. They nicely highlight all constraints and make final computed size easy to understand.
I believe your DMs are closed. Can you DM me instead? bsky.app/messages/set...
I can help!
Iβm looking for a freelance Vue & TypeScript developer to join the observerly team to build the next generation of astronomy applications, if you think you would fit the bill and love all things space π please apply:
vuejobs.com/jobs/observe...
Ah, okay! I thought <details> being inaccessible was the misunderstanding.
Why is <details> misunderstood?
short for A Day To Remember
Screenshot of an Android device running a Windows Phone-inspired launcher. The interface features app icons in a tiled layout of varying sizes, including Firefox, Calculator, Phone, Notion, GitHub, and other common apps.
and you have to use a mouse to be able to turn that setting on in the first place!
Let's say I'm creating some re-usable Nuxt layers and I want the consuming app to have a few config options.
π What's the best way to let the main app send config options to a @nuxt.com layer?
GitHub contribution activity showing user joined GitHub on November 20, 2014, with an illustration of two Octocat mascots working at night in front of a rocket launch site.
10 years on GitHub!
Principia by Bithack
Minecraft (Java Edition)
BombSquad by Eric Froemling
Super Mario 64 DS
Introduce yourself with four video games
Currently, no, but I do plan to release most of it as OSS. I might write a blog post explaining how I am creating a design/component system if that sounds interesting. Open to chatting in detail too.
I use Option C with a well-defined class like `.ArButton--root`. All style variations are defined by data-appearance-* attributes and live outside the JS framework. Having a clear class allows you to write rules like `.MyRareUseCase { &.ArButton { /* ... */ } }` to easily override styles.
I use a custom @unocss.dev preset for this. `rounded-tl-lg` maps to logical border radius, while `rounded-TL-lg` maps to the traditional border radius. Similarly, `ml-4` vs `mL-4` or `top-12` vs `TOP-12` and many more.
Create Accessibility annotation kit Jira ticket
Small steps that lead to bigger changes start in design, thatβs the real beauty of it for me ππ»
@afterburn.games's Railbound
Yes, I have. Happy to chat more about it!
No amount of user testing can replace having good taste, obsessive expertise, and gut feel
Please also provide alternatives to single key shortcuts. g h can become ctrl+k h for example.
www.w3.org/WAI/WCAG21/U...
ask.metafilter.com/177006/How-d...
Accessibility issues impact everyone, not just those with disabilities.
This Blender trick has saved me hours of debugging. Change the "Face Orientation Front" color to transparent and keep the "Face Orientation" overlay on (bonus: save this in the startup file). You can model with textures enabled, and the flipped faces will be easy to spot! #blender #threejs