Cory Zue

Results 44 comments of Cory Zue

I haven't run into this need and off the top of my head I'm not sure if there is any way to do what you want, given the `ProgressRecorder` is...

You're welcome! I do think it would be easy to do. You could base most of it off the [progress bar example](https://htmx.org/examples/progress-bar/). Then on the backend, instead of returning JSON,...

Agreed with the above. Though i do wonder if there's a way to improve the situation out-of-the-box via a few settings or something. certainly at least adding a setting to...

Very welcome! On Fri, Oct 8, 2021, 20:21 Tim Nyborg ***@***.***> wrote: > Wrapping the endpoint is easy enough that I'd suggest adding some > documentation with a couple examples...

Thanks for the contribution! I'll let @OmarWKH weigh in on this change as I'm not familiar with this part of the code

Hi @phatberstromgg this implies the task ID is blank. The best way to troubleshoot it is to try and figure out why it's blank. It can be because your backend...

thanks for the clarification @aleksandr-smechov > This could really use some clarification in the README. Agree! I would welcome a PR clarifying this :) (and will also add to my...

Thanks for this issue! I'll try and set out some time to look into it in the next few weeks.

I've never attempted this. A couple possible options that may work (just some quick thoughts): 1. Show a separate progress per task using the normal observer 2. Create some other...

No strong feelings about the default, but I do think that all of these options would be better than the current behavior. Options 1 and/or 2 have the benefit of...