Nik

Results 16 comments of Nik

I’ll give that a try, but I believe this is still a bug since it stays gone even when you switch back to the original window

I'm getting the same on OS X with a `brew` installed version as well as install via `go get`. Linux version installed via linuxbrew is working fine

@buurzx FYI I was able to get this working temporarily by doing `warp open --insecure_tls`, and `warp connect --insecure_tls` but this is obviously not secure.

@spolu I'm getting the same error as before on a fresh install via linuxbrew. I don't use it regularly, opening this issue was actually the first time I'd tried to...

Nice, thanks for the heads up! Took a quick glance at the options the new `--remote` supports and it may well be enough -- will do some testing later and...

Hi @pencilcheck, yes it's possible I primarily use it with multiple terminals. The default `t` mapping should open a new terminal in a separate window. Is that not working for...

https://github.com/jimmywarting/StreamSaver.js may be helpful here

So I was eventually able to work around the issue for myself by patching the `consume_kb_iter` function in driverkit [here](https://github.com/Psych3r/driverkit/blob/main/c_src/driverkit.cpp#L246) to filter out the string "Mouse" so that kanata stops...

Hey @Alol16578, you need to clone both kanata and driverkit locally, replace the `consume_kb_iter` fn in driverkit's `c_src/driverkit.cpp` file with the version from above, and then edit kanata's Cargo.toml to...