fighting against crud
trying to convince you that you need automated tests
author of some #wiezen related web apps
gitlab | https://gitlab.com/johanv |
blog | https://blog.johanv.org |
gitlab | https://gitlab.com/johanv |
blog | https://blog.johanv.org |
I'm so proud: two years of working together with a lot of talented programmers, finally we tagged Tempest 1.0: a new framework for PHP web and application development embracing modern PHP
I haven’t had many problems with #PhpStorm’s #Xdebug integration in a long time. Most of the time, it Just Works, but today, it decided it doesn’t like me, and so now, my afternoon has been spent trying to get it to work again.
This is the error I see in the step debugging console. The only thing I know has changed is PhpStorm (it upgraded).
```
Cannot find file '/path/to/ramsey/uuid/Standard input code' locally.
```
The contact form on my website is basically only ever filled out by robots, so I added a checkbox that says, "I am a robot. Only check this box if you are a robot." https://stevendbrewer.com/contact-me/
Robots appear to find it irresistible.