David Bergeron

Results 5 comments of David Bergeron

Just wanted to say I'm having the same issue, running PHP 8.1.6. Frustrating thing is that it only happens sometimes, when running php artisan optimize. Occasionally breaks my CI script......

I did not intend to learn so much about powershell today, but boy what an adventure. Here's my little script to toggle KBM + trigger notification to show whether its...

My quick fix: Search the bookmarklet string for the following text: `document.querySelectorAll('article%5Brole=%22presentation%22%5D')` Replace `article` with `div` and you should be good to go. I'm still having the issue where I...

Yeah, looks like the gang at meta pushed an update. Markup is a bit different. I wrote a hacky fix last night but it was failing in some unexpected places.

@toddprouty this is what I ended up doing, albeit with some minor grumbling. As far as I know it uses the scss language server. I don't know enough about any...