Matthew Grossman

Results 22 comments of Matthew Grossman

Do you have a recommendation for how to reproduce this behavior on the configuration side (as opposed to making the above modification to a fork)? Happy to help implement in...

My workaround for this has been to start a tmux session on the device, detach, and `tmux a` after SSHing in via my computer. Android 10, Pixel 1 FWIW

I also vote for an `autopep8` section. In the same project, we are using `flake8` and `autopep8`. However, there are some errors we want `autopep8` to ignore but not for...

Finally getting back to this, sorry for the delay 😬 I appreciate the detailed pointers, definitely helped. I got something working locally in my own branch in this PR (3-liner,...

Has anyone been successful in binding a different key to `back`? I have `` already mapped in my terminal, so I'd rather have something like `q` be back. I have...

Anyone ever make progress on this? I've tried using `hotkey.yaml` to get this done, but not sure I'm holding it right or if its even possible to bind something to...

Does anyone have a workaround for this problem in the interim? My concrete issue: I have different mappings for `` and `` in neovim. In macOS, Kitty can differentiate just...

Ran into this issue today, we also were using `'.'` as a namespacing separator and would've liked to use it in our anchors. The most relevant PR in this thread...

Thank for the response, agreed that yaml `1.2` *does* allow many more characters, and that's related to why it was reverted in the first place: https://github.com/yaml/libyaml/pull/170#issuecomment-605720525. It seems a variety...

Also running into this same issue. If I comment out my `GrpcInstrumentorClient().instrument()`, then the errors go away (same stack trace as seen above^). It is also non-deterministic for me unfortunately