#Dagger changes cursor after failing with Docker

1 messages · Page 1 of 1 (latest)

vestal siren
#

I noticed that Dagger changes my fish cursor settings after failing out of dagger run tsx. Has anyone else encountered this? @woven venture This sounds related; did you resolve the problem? #daggernauts message

woven venture
#

dagger run is a thin wrapper around your own tool. By default it takes over printing progress information to your terminal, so it's conceivable that there is a bug in the terminal cleanup. If you file a github issue, it would be very appreciated, that way we can track and try to reproduce.

#

Make sure to ping @exotic marsh on that issue, he wrote most of that terminal UI feature

exotic marsh
#

Yep opening an issue and confirming your Dagger version would be best 🙏 - it should be putting your terminal back into the same state that it was in before, but it depends on what you mean by 'cursor settings' I suppose (visbility? color? etc)

vestal siren
#

Curiously, rerunning just "dagger" fixes it.