Jonny Arnold
Jonny Arnold
Hi! We've just recenlty started using HTMX on some large HTML pages (20 MB+) and started running into some performance issues when swapping large DOM trees out. When swapping out...
On large HTML pages (20 MB+), we found Firefox to be slow to swap large DOM trees. After doing some profiling, the culprit seems to be `handleAttributes()`, which iterates across...
Hello! I'm putting together a Slack client (shock horror) and running into the following issue. If there's a long-running operation in my bot, I want to post a message before...
There was a bug where `TGeometry.rotate` didn't pass the `degrees` parameter to `TPoint.rotate`, meaning that calls to `TGeometry.rotate` (and `TDocument.rotate`) only ever rotated the polygon by 180 degrees. Potential fix...