Sam Atkins
Sam Atkins
cc @mattco98 @kalenikaliaksandr
> How about defining `$0` alias? This automatically points to the selected DOM element in Chrome/Safari console. We actually have that implemented but it's currently broken. It's impossible to add...
Looks like there's an official way to run different code on different versions of macOS. https://developer.apple.com/documentation/xcode/running-code-on-a-specific-version#Require-a-minimum-operating-system-version-for-a-feature As far as I can tell, Apple still supports Monterey, so it seems reasonable...
Managed to get a crash but it looks like a different one? ``` VERIFICATION FAILED: false at /home/sam/Projects/ladybird/Userland/Libraries/LibWeb/HTML/Navigable.cpp:509 /home/sam/Projects/ladybird/Build/ladybird/libexec/../lib/liblagom-ak.so.0(ak_verification_failed+0xef) [0x732ea577beaf] /home/sam/Projects/ladybird/Build/ladybird/libexec/../lib/liblagom-web.so.0 Web::HTML::Navigable::get_session_history_entries() const 0x461) [0x732ea9a57c61] /home/sam/Projects/ladybird/Build/ladybird/libexec/../lib/liblagom-web.so.0 Web::HTML::finalize_a_cross_document_navigation(JS::NonnullGCPtr, Web::HTML::HistoryHandlingBehavior, JS::NonnullGCPtr) 0x99)...
Thanks! Spec says that it is indeed valid, so this is a bug in our implementation: > An empty [media query list](https://www.w3.org/TR/mediaqueries-5/#media-query-list) evaluates to true. > For example, these are...
I know nothing about Nix, but this only got added a couple of weeks ago in #3767. It feels a bit like every Nix user has a different way of...
> I am willing to work on it. Can it be assigned to me? We don't assign issues, but please feel free to work on it!
> If anything, I'd just disable the autoplay "Settings..." if the flag is present. IMO this, plus a little message by the setting that the flag has force-enabled it.
On current master (bc971a4cccc4c0059f095a5b43578411ce2f178c) the arabic text is currently invisible for me in the dev tools. I wonder if this is sensitive to system fonts. We might need to do...
> BSDs are not "downstream distros". You're misquoting/misunderstanding him. He said "downstreams **like** distros". Anywhere that packages Ladybird, whether it's a distro or a different OS like one of the...