Anders Norman
Anders Norman
Oops, forgot to answer. Yes, this was indeed the problem. Thank you :-)
I'm trying to make the handlers as fast as possible. But sooner or later, this problem will arise, no matter how fast it is. My worry isn't necessarily that the...
TIL of k9s fault mode :-) Seems like a duplicate of https://github.com/derailed/k9s/issues/1471
+1 I would like to extend the request to copying multiple lines at once. I currently have a stack trace of ~30 lines with several lines wider than my terminal...
I've created a pull request #62 which adds the single line copy function. Can be tested by installing from my branch: ``` pip install git+https://github.com/anorm/toolong.git@feature/yank-line ```
Also seeing something which seems related using `--iidfile` build flag: In my Ubuntu WSL distro: ``` ❯ nerdctl build --iidfile foo . [+] Building 1.1s (6/6) FINISHED => [internal] load...
Oops, didn't see that one. Not used Textual before 😃 However, this note in the documentation makes this a non-option for me: > This does not work on macOS Terminal,...
Ah, right. I am using iTerm2 but I read the note as "any terminal on MacOS". My bad. I will update the PR
I've updated the PR branch now. Ideally, the copy function should be complemented by a multi-line select as I wrote in the comment on #23 > I would like to...