Jacob Rief

Results 514 comments of Jacob Rief

On branch https://github.com/jrief/django-formset/tree/releases/1.5 I have solved this. I used your sample code and applied them to an existing model in testapp. Please try the examples at http://localhost:8000/bootstrap/person-bootstrap-params and http://localhost:8000/bootstrap/person-bootstrap-renderer The...

Can you please point me on the specific page of the HTMX documentation. Btw. I would really appreciate, if you could add an example using HTMX to the `testapp/`-folder. This...

For debugging purpose, it would be a good idea to compile the client code using the debug options. This does not minify the code and adds a Sourcemap.

Just tested my own examples of the DualSelector on FireFox 125.0.1 and I was unable to find any error. Isn't version 102 quite old now?

This should suffice to get the client up and running: https://django-formset.fly.dev/development/ If not, please tell me where you're stuck. About version 102: In browser life cycles I would consider 2...

FireFox has support for `:has()` since version [121](https://caniuse.com/?search=%3Ahas()). Problem could be that I use these selectors in my E2E-tests and during style pilfering. Therefore it is good to know, that...

django-colorfield depends on [jscolor](https://www.npmjs.com/package/jscolor), which a) depends on jQuery and b) hasn't been maintained for 7 years. I thus will not support it. However, it might be that in the...