Sam Atkins

Results 323 comments of Sam Atkins

What's the benefit of these changes? From CONTRIBUTING.md: > Don't: > - Use weasel-words like "refactor" or "fix" to avoid explaining what's being changed. > - Engage in excessive "feng...

I had the same black-screen issue, and the "kernel-irqchip=off" change solved it for me. So thanks, @stelar7! I think the key message in the log is `whpx: injection failed, MSI...

List ordinals are supposed to make use of the counters system, see https://www.w3.org/TR/css-lists-3/#list-item-counter I didn't get around to that when adding counters, and then I completely forgot about it. 😅...

Ping @kalenikaliaksandr: Seems like we should be setting `invalidate_elements_that_use_css_custom_properties` in more cases?

Hi there! I'm not familiar with Unraid so just trying to make sure I understand what you're asking for: You want to control a remote server running Unraid, by using...

Thanks for the report! Looking at the pictures, I suspect we might just be loading a different font, though it's hard to be sure. We need better font debugging. :sweat_smile:

Lol, I didn't need to link to my fork's failing tests, we've got the genuine san error output here!

I've added the note to check the **Test** step. Though, that doesn't seem to print much that's useful other than giving you a rough idea of when it happened. I've...

Changes: I thought putting `::notice` in the log would make that line more visible, but it's actually a special workflow command that expects certain arguments, and was just printing `::notice`...

True. I also realised while having lunch that this doesn't properly test things, because anything with var() in (which I added to stop it immediately being simplified) has its calc()s...