Mike Sawka
Mike Sawka
Sorry about the edits, I accidentally submitted the issue before I was done writing it. The reason why this call to doesNodeContainClick has the bug (where other calls do not)...
Thanks for posting! Definitely plan on supporting Firefox (and all modern browsers). Currently only supporting Chrome to minimize testing while I'm iterating on the core functionality and components quickly. Once...
thanks for reporting! was able to reproduce the bug, really bad, definitely a priority to fix.
Just merged a PR to address this issue - https://github.com/wavetermdev/waveterm/pull/606
need to suppress error message in electron log: ``` [89461:0503/215419.465397:ERROR:ssl_client_socket_impl.cc(879)] handshake failed; returned -1, SSL error code 1, net_error -202 ``` also potential issue with startup time. might have to...
Implemented this in v0.7.3, but I had to remove it after we had reports of a big performance issue querying the k8s context/namespace (up to 5s where Wave was hanging)....
Thanks for submitting. This is a really strange bug. Not sure why it is coming up for you -- obviously `cd` works when we do our internal testing, and I...
Okay, I have a lead on this bug. I think it might be related to the EXIT trap running multiple times (possibly because of exiting subshells?). Haven't tested it with...
I think this might be fixed as of v0.7.4. There was a similar issue where people's git branch was not updating in the prompt. It had to do with zsh's...
Will write up some larger security docs in the future, but I wanted to just address this at a high level first. So, the basic architecture is the electron app...