Chris
Chris
The CI tests didn't execute for this PR. Not sure why or how to induce them. Must be something with first-time contributors and github. Once we can trigger these so...
I apologize for the delay between responses. You've caught me during my peak busy time of the year. I'm quite sure the CI issue is a github bug. I had...
From the syntax in your table, it seems your table is not correct. Each row pushed into the table is expected to be an array of cells. You're pushing objects...
I wasn't aware of the "cross-table" syntax option mentioned here: https://github.com/cli-table/cli-table3#cross-tables Reopening. I'll take another poke at this now that my incorrect assumption is corrected.
Preferably, this PR **should** address the loop that caused the infinite loop. As is, this PR only avoids the infinite loop with known inductions, but, there may remain other circumstances...
Pending #278, which is intended to resolve a layout bug, includes some performance gains that can be furthered. After doing some further [benchmarking](https://github.com/cli-table/cli-table3/pull/278#issuecomment-1080835342), I believe it might be possible to...
With the release of 0.6.2 and #278, the performance of cli-table3 should noticeably increase for nearly all large tables—while even small tables will render in substantially less time at a...
I'd been searching for the issue here attempting to ditch oh-my-zsh—without ditching my autosuggest keybindings. Noticing the same behavior as @iambeingtracked (#metoo) where it worked as expected with oh-my-zsh but...
> The above works, but it doesn't if `bindkey -e` is set Whether I include or exclude this and the emacs bindings has no effect for me on MacOS. The...
This is the quickest way to try this if you've got `oh-my-zsh` installed. **~/.zshrc** ```sh source ~/.oh-my-zsh/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh source ~/.oh-my-zsh/lib/key-bindings.zsh ``` For what it's worth: I find that I'm never quite...