I achieved 63% less token while using PHPStan with agents.
I created a `LlmErrorFormatter` to reduce the output as much as possible without losing context. It's now part of my Composer PHP package:
`composer require nicksdot/phpstan-phpstorm-error-identifiers`
github.com/NickSdot/php...
Posts by NickSdot
I created myself a little @maybe Blade directive to get rid of the ugly `@if/@endif` stuff to add conditional HTML attributes. I thought it's maybe helpful for others too so I sent a PR:
github.com/laravel/fram...
Fancy it?
Better attach such mails instead of forwarding. :)
What were the top three whoopsies?
Most of our users use our call tracking.
This year they had 32% more missed calls than last year. At the same time, the total number of leads increased only slightly.
It feels like they are fed up with work. Something I must look into and confirm in January. Very interesting!
Anyone here using primeblocks[.]org can tell me if the blocks depend on PrimeVue or have other dependencies? I'd prefer something vanilla #VueJs.
Been using `opcodesio/log-viewer` for the last 2-3 weeks. Being able to view production logs from my local instance is really convenient. ❤️ #php #laravel