zachleat.com is one of the many independent Mastodon servers you can use to participate in the fediverse.

Server stats:

1
active users

Zach Leatherman :11ty:

Absolutely loved that @jecfish gave a shout out to Firefox Developer Tools in their energetic talk on Source Maps at @smashingconf Freiburg:

Have you ever struggled with a focusable element (custom drop down menu) that disappears when you swap focus to your Developer Tools?

This “Emulate a focused page” checkbox is for you!

More: developer.chrome.com/docs/devt

@zachleat omg how have I never seen this before...

SO much time spent debugging focus stuff and this would have helped a lot 😅.

@Lukew I also just learned this! I think it might be brand new!

@zachleat nice, so I can stop doing `setTimeout ({} => { debugger; }, 3000)`