T. Mjoen
T. Mjoen
That looks like it's just for the warning for the old syntax, no? This is about the plural warning, which looks identical to me on `main`: https://github.com/elixir-gettext/gettext/blob/main/lib/gettext/plural.ex#L278-L289
I've checked most of the JS code to locate where the extra entries are sent without much luck. However I can inspect the WS connection and it looks to be...
So: If I add a `setTimeout` to the `upload_send_next_file` event it works. The entries are cleared out. ```javascript this.handleEvent('upload_send_next_file', () => { console.log('Uploading more files! Remainder:', filesRemaining) // waiting a...
Sorry for the noise / 🦆 —— last note: It also works with `this.upload` wrapped in a `window.requestAnimationFrame`, which I see is used in other places in the codebase. I...
@SteffenDE Thanks for looking! In the issue_2965 file it initially waits for the "upload_scrub_list" which will delay the time between the input event and this.upload in the same way as...
I would love this to simplify "forms within forms". Say for instance you have a multi-select component in a form and you want to be able to create options from...
We should probably update the Github actions as well since I'd assume this PR will fail on 1.11.x