Chris
Chris
I was unable to get the RedisStore to work no-expiration. Setting the maxAge to 0 seemed to lead to immediate expiration and setting the maxAge to `Number.POSITIVE_INFINITY` resulted in expires...
It's possible to induce errors—including infinite loops—with invalid table data where it seems the intention of cli-table3 is to be forgiving and "fill-in-the-blanks". Was hitting an infinite loop in `Cell.drawEmpty()`...
There are presently no tests that confirm the CliTable3 types defined in `index.d.ts` are accurate and functional. There have been mentions of issues with using cli-table3 with TypeScipt (#55). This...
[PROPOSED DOCS](https://github.com/cli-table/cli-table3/blob/2ce1c1ef5ea82a7bb38c4ed689ef274d162ec2e0/scripts/generate.md)
Presently, the open Pull requests for cli-table3 are polluted with dependabot PRs that presumably could/should be auto-merging (upon passing CI tests). It looks like this may date back to the...
The scripts that generate the cli-table3 docs include "testing" routines which never actually get tested. It's unclear whether this was lost or dropped somewhere along the way. Here I've added...