Did you know that you can localize quotes right in CSS?
Now you do! 🫵
https://www.stefanjudis.com/today-i-learned/how-to-use-language-dependent-quotes-in-css/
Working on making #Drupal better & faster in @acquia's Drupal Acceleration Team. 😊 Last ~4 years: CKEditor 5 upgrade path, config validation, Recipes and now https://www.drupal.org/project/experience_builder
(A decade now => brownfield development is my expertise 🫣)
Interests beyond Drupal: being a dad, energy efficiency, software empathy, cycling & running, LEGO, coffee, beer & wine, great bread 🤤
| Blog | https://wimleers.com |
| Drupal.org | https://www.drupal.org/u/wim-leers |
| GitHub | https://github.com/wimleers |
| Pronoun | he/him |
Did you know that you can localize quotes right in CSS?
Now you do! 🫵
https://www.stefanjudis.com/today-i-learned/how-to-use-language-dependent-quotes-in-css/
Drupal CMS 2.0 performance testing prior to launch wins!
We tested early, found issues (CSS duplication, caching problems), and the community responded quickly. Most fixes already merged!
This is open source at its best. Proactive testing + fast collaboration = better software for everyone.
Get the full breakdown: https://www.tag1.com/blog/drupal-cms-performance-testing/
#Drupal #OpenSource #WebPerformance #DrupalCMS
I had a bug in my new ML-DSA implementation that caused Verify to reject all signatures. I gave up debugging it (for the day) after half an hour. On a whim, I threw Claude Code at it. Surprisingly (to me!) it one-shotted it in five minutes.
A small case study of extremely useful AI tasks which are not generating a bunch of code that then requires review.
More of this please, shared e-bikes with child seats.
Lime deploys 500 e-bikes with child seats in Paris. 2/3 of parents willing to give up their cars for such a solution.
What'd I miss?
components know:
- user stuff
- device stuff
- app stuff
- design stuff
- what stuff is in them
- what stuff they're inside
- etc
It's amazing how much a component can know on the web, and I'm going to try and list it all out. Help me 🤓
TIL how to get the size of a PR in a @golang project still using vendoring, and not counting the size of the vendor/ but just the actual changes. Key here is (exclude):
git diff --shortstat master...HEAD -- . ':(exclude)vendor/'
#git magic FTW