PHP can sometimes be unintutive:

Sander van Dragt's Notes
-
-
Lamb 0.5.2
Lamb is Literally Another Micro Blog -- Barrier free super simple blogging, self-hosted.
This is a tidy up release, with minor functional changes:
- Menu items are no longer showing in timeline
- More secure sessions
- Deferring scripts for improved performance
- Lowercase tag pages for canonical SEO
- Add 'published' date to Atom feed entries for better aggregation
Originally written on lamb-releases. #lamb #projects
Via lamb-releases -
#til In #Godot when you attach a node with a scale as a child of one that doesn't support scale (
NodevsNode2Dfor example), there is a flicker as the card is rescaled. Convert the node to a scale supporting type to fix this.