Mauritz N

Results 22 comments of Mauritz N

Alright that worked I got it installed and while the patch does fix output disappearing it still handles very poorly. Also the output is different, every line now has an...

With the latest commit to [fix/shell/retry-emits (d4a6bc9da3ee9c4df981f02699600ef8ba8e1a4c)](https://github.com/tauri-apps/tauri/commit/d4a6bc9da3ee9c4df981f02699600ef8ba8e1a4c), I'm now able to run `.execute()` one more time after the first one, but I'm no longer able to rerun using events. Once...

Well I tried to run it now that both patches have been merged but I must be doing something wrong since none of the patches seem to have worked? I'm...

Ahh alright, didn't think that would affect it, `execute` from `Command` now works perfectly and the speed is pretty much the same as using `invoke` -> Rust, `invoke` is around...

> > Events also do not output anything until they close completely now. In the past you'd get output during command run but now it has to finish before anything...

Alright I've pushed the changes I made to the [invoke-workaround](https://github.com/mauritzn/tauri-shell-bug/tree/invoke-workaround) branch of the repo.

Are you running it on Windows 11? Trying to figure out why my events are still a buggy mess ':D

Alright I'll mess around a bit on an fresh Windows VM later and report back