Christian González

Results 103 issues of Christian González

lets Unicorn handle forms easier

according to [this issue](https://github.com/adamghill/django-unicorn/issues/389#issuecomment-1086879790_), using `component_id` and `component_key` is still sub-perfect. if you need these colon in the ID as separator internally, the HTML ids could be "shadows" of them,...

I experience problems with the component's `update()` method. I created a simple test component, with one `counter` property and an `inc()` method. And to update* methods: ```python class FooView(UnicornView): counter:...

This is a follow-up to #374. There is still a problem when loading components, and the current code hides some things away, making it extremely complicated to debug and find...

I followed the instructions in DEVELOPING.md to setup a dev environment, and tried to install this unicorn package using `pip install -e` in one of my projects. Did not work,...

https://github.com/adamghill/django-unicorn/blob/c80ebd706d4d80d50fd1b0b660cf652845e5f17f/django_unicorn/components/unicorn_view.py#L430 `form.is_valid()` is already called in `self._get_form()` - this line could be removed.

In the [docs](https://www.django-unicorn.com/docs/components/#component-key) there is a poorly helpful explanation how a "key" is used: `{% unicorn 'hello-world' key='helloWorldKey' %}` I can't figure out how to use this. Maybe an example...

Using 0.35.3, `unicorn:keyup.enter.debounce-1000` works as intended, but `unicorn:keyup.debounce-1000` does not, it fires instantly instead of waiting 1000ms. This is needed e.g. for search fields, where after typing, the search method...

It's more a question than a bug - maybe I didn't get it (or the docs aren't clear about that?), but: **How can I use different apps to "hook" into...

support

``` dokuwiki2git example.com/data/ INFO - Using datadir: ..../example.com/data INFO - Reading users.auth.php INFO - Read 2 users INFO - Reading meta Traceback (most recent call last): File "dokuwiki2git/dokuwiki2git", line 205,...