Mike Sawka

Results 108 comments of Mike Sawka

For Wave, "session persistence" means completely restoring the state of the shell across disconnects. This includes things like current working directory, environment variables, aliases, functions, history etc. So if you...

we have a new config setting `term:localshellpath` (and the associated `term:localshellopts`) (see https://docs.waveterm.dev/config). not closing this yet though since we want to make sure, as much as possible, that we...

Not sure, but I have a guess. It is probably a difference in "bracketed paste mode". Can you try setting this config key: ``` "term:allowbracketedpaste": true ``` or just run:...

we've been discussing this internally on how best to integrate drag&drop file support across the board.

i'd like to get this working as well. would be great for the web block -- usually to make it smaller, but agreed for the terminal as well.

not a full fix (yet), but we now support different font sizes for each terminal block

thanks for reporting, will see if i can repo this to get a fix.

so i found a bug in the connection code that is masking the true error (will go out in the next patch release). but i haven't been able to track...

@sarumaj sorry about the long delay here. was on a very large branch for new AI features and didn't want to pull other PRs until I got that stabilized. I'm...