Cornel

Results 4 comments of Cornel

I've found out the Chromium based browsers evaluate the script tags if using the `insertBefore()` method. In the insertNodesBefore() function of htmx: console.log("BEFORE INSERT BEFORE", child) parentNode.insertBefore(child, insertBefore); console.log("AFTER INSERT...

I've noticed also the partial name when using the partial templatetag is only parsed as a string. It would be nice if the arguments will be evaluated as variables so...

Thank you for the quick response and this awesome library. Sure, I'll come back with a PR.