David Herman
David Herman
So, looked into this a bit more. In my local development work, I actually got it so that the run block would propagate its exception to the main thread: ```...
Closing this issue for now, but feel free to leave more feedback / usecases I hadn't considered if you disagree.
By the way, feel free to share some example code with me. I'd love to see your extension method if you write it and the project is public. It's definitely...
Thanks for the context! And are you not worried about exceptions that originate within sections? I can definitely have exception propagation work in just run blocks, I just wasn't sure...
> This showed me how easily Kotter can be customized :-) Awesome! I definitely made sure (with a few exceptions using the `internal` keyword) that I had to implement my...
I'm thinking about using the coroutine library as an example and adding a run exception handler when you create a session, so maybe you can do something like this: ```...
> Also I didn't find a way from the "outside" to catch and propagate any exception in `section` to the main thread. Yeah, this is not trivial, because the code...
OK, good news. This conversation convinced me 1) that `run` should throw an exception on the current thread and, in fact, that 2) I overcomplicated my implementation of `run` Before,...
By the way, 1.0.0-rc1 was just published, which contains this fix. On Sat, Oct 8, 2022, 4:45 AM Christoph Drießen ***@***.***> wrote: > Awesome! Thanks for taking the time to...
For reference for later: Ctrl + U -> 21 Ctrl + W -> 23 Alt + Backspace -> 27, 127 Ctrl + Bacpspace -> 8