Diego Frias
Diego Frias
> Not sure if this relates to sessions, or if it was designed to be that way, but would be good to have a persistent list like Harpoon, which I...
> possibly populate arena with open buffers IF arena items
I see. Although it's not perfect, I'll go with the SessionLoadPost implementation. That way, at least some data can be restored!
Done as of ef869e4! I haven't tested it on session plugins like persistence.nvim, but as long as it uses the `SessionLoadPost` autocommand, it should work!
Just to jump into this, I've been working on an implementation of the `@name` annotation at WebAssembly/wabt#2297, and I think this new syntax is a good idea from both a...
Even though we have #24464, I think we should keep this issue open until full spec compliance is reached (see the PR for more details).
Done, thank you for the suggestion. I extended decl literals to `StaticBitSet`, as well. Also, would it be good to squash these commits?
> with the addition of of the decls, would it be a good opportunity to remove the default field values? Since the default initializer for `ArrayListUnmanaged` is deprecated, I think...
Not sure if https://github.com/dzfrias/ladybird/blob/568de76fd26c1f5349132834e236a43f3cd5cfbc/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp#L2218 is also relevant here. I'm not sure why `absolutize_values` doesn't mess everything up since it's also using root font metrics... regardless, it didn't cause any issues.
I'm having a little bit of trouble since [`create_document_style`](https://github.com/dzfrias/ladybird/blob/e797ea816b022b33b697c378f567bcf1dbd8ea5b/Userland/Libraries/LibWeb/CSS/StyleComputer.cpp#L2459) also uses `absolutize_values`, and I'm not sure what the correct behavior should be. I'm not fully sure how the font selection...