Cornel
Cornel
# Description MusicControl.enableControl() makes app keep running even if I completely close it. Normally even if I use BackgroundTimer, the interval will stop after I completely close the app from...
With Django 5.0 BoundField.as_field_group() is available. Right now this library only uses str(bounded_field). Can we have an option to use the render() method?
Hello, I have this weird case. I use `HTMX` together with `TomSelect`. I init my selects after swapping like so: document.body.addEventListener('htmx:afterSettle', async (event) => { event.detail.target.querySelectorAll("[is-tomselect]").forEach((elem) => { new TomSelect(elem,...
Hello, right now in order for a partialdef to be inline the check is very basic. The argument is only evaluated as a token, which is a string. The only...
With Django 6.0 incoming, can you make jump to template also support partials (https://docs.djangoproject.com/en/dev/releases/6.0/#template-partials)? Thank you.
With Django 6.0 incoming, can you make jump to template also support partials (https://docs.djangoproject.com/en/dev/releases/6.0/#template-partials)? Thank you.