Sam Atkins
Sam Atkins
> An inode number is the first candidate that comes to mind, but I just tried writing to a text file in Linux with vim and the inode number immediately...
> I'm only a bit puzzled about how I could store style variables when I start to tackle a more complex and customizable styling system. You could have a ``...
I'm also not seeing the benefit of using this in the Utilities. Have we ever had a bug in them which this would have prevented? If being able to modify...
A small note about Node versions: Node treats even numbered versions as long-term support, but odd-numbered ones are only supported for a few months. You can see [here](https://nodejs.org/en/about/previous-releases) that currently,...
I can't be certain, but I think I know what the core issue is: `1px` in CSS is supposed to scale based on the device pixel size, but we don't...
Got this working for Puter apps! It's my first time touching the backend I think and I was a bit lost, so give that a good looking over to make...
Hi, this is failing a test: https://dev.azure.com/SerenityOS/SerenityOS/_build/results?buildId=46601&view=logs&j=2351e412-c793-598f-27f8-72c4f2d55ba1&t=ee375dfa-6b7d-514a-7789-3948d04c0dd3&l=2278 That's actually to be expected though. Please check that the test looks right, and then run the rebaseline script in `Tests/LibWeb`, passing the...
Hi, this error generally means that your version of Node.js is too old to understand some of the newer JS syntax we use. Can you run `node --version`? If it's...
Hi there! This isn't really a review of the code, I haven't tested it out myself. But here are some pointers. From looking at the logs, these tests are failing:...
@hayneian000 Do you need help?