gwillz
gwillz
Hey, great job - this is pretty neat. I probably spent a bit too long playing it... If you use `history.replaceState(null, "", display.join(""))` instead of `location.hash = ...` you can...
Twig string templates. Handy things. These are something you can hand to (admin) users to do little snippets of logic from a content managed environment. Use it something like: ```php...
Something I wrote ages ago. Seems useful still. Basically profiling is typically disabled in production, but sometimes you want to see the things - you know? So this lets one...