George Griffiths
griffadev.bsky.social
George Griffiths
@griffadev.bsky.social
Software engineer from the UK. React is mid and so are web components
I think the main difference is the test code itself and the code tested runs in the browser, only using playwright for interacting with the page this is really handy in unit tests. You don't have to switch between node/browser brain as much
October 24, 2025 at 9:58 AM
Best of luck! Your content has been so good lately
February 5, 2025 at 8:41 PM
Starting to regret using this new built-in tbh, shadow dom was a mistake bsky.app/profile/grif...
If you have a css reset with this code
html {
box-sizing: border-box;
}
*,*:before,*:after {
box-sizing: inherit;
}

It does not work with elements like `<details>`, I guess because of internal shadow dom. But the `<summary>` element will not get the border-box set.
February 4, 2025 at 4:03 PM
When I see this I think nothing because I'm busy caring about building stuff for users or myself
January 28, 2025 at 8:02 PM
it seems the animated `<details>` doesn't work if details is display: flex; flex-direction: column, not sure how you'd fix it
January 22, 2025 at 4:21 PM
Control might fit the bill. Alan wake 2 (same universe as control) a
as well..although would require Alan wake 1 remaster which gameplay isn't the best. Control can be played standalone just fine
December 7, 2024 at 10:25 PM
Here's a screenshot of the end image for the real input... I had a video but its too long and my screen lock stopped the video half way through
December 7, 2024 at 9:39 PM