Tech

Sep
02
How to Test a Checkbox Is Checked Using Vue Test Utils

How to Test a Checkbox Is Checked Using Vue Test Utils

Say you want to test a Vue component that contains an HTML checkbox. When something happens the input should become
1 min read
Aug
27
How To Fix orchestra/testbench Permissions Error In GitHub Actions

How To Fix orchestra/testbench Permissions Error In GitHub Actions

I was recently setting up GitHub Actions CI for one of my Laravel packages which adds a layered cache driver
3 min read
Aug
26
How to Extend console.log and Keep the Correct Filename and Line Numbers Shown

How to Extend console.log and Keep the Correct Filename and Line Numbers Shown

Spoiler: You can't achieve this in code alone, but you can use a feature of Chrome to make
7 min read