Ben Beecher
Ben Beecher
I'm running a fork at https://github.com/Lightmatter/django.js - I'd be happy to take a turn maintaining
No that sounds great - happy to help out
Now that this is in the review stage, should I remove the wip tag?
Thanks - I've been meaning to pick this back up and hopefully will have the time soon.
@ThibH can you clarify what you expected? You wanted to return html from the server and have htmx throw it away vs use it? Why use htmx's ajax over fetch...
is another way to ask this: Load script tags when included in htmx response
Dude awesome job! I really like the idea of using prepare to determine if the resource is CORS-able or not - but can you split that out into a separate...
that's probably true that a function is more overhead. I think since they're static they should be class properties, rather than using **init**. If subclasses need dynamic attributes, they can...
Also this is so, so slick. I have a bunch of crappy patched @cors_support resources in an app that just set allowed headers -I'd love to replace those with something...
yeah spinx would be great - I don't know enough about the options to know if there's anything else worth using. I know piston handles this via django templates, and...