Derek Rada
Derek Rada
This also fails when the title length > column length. This works because the title is short ``` const t = new Table({ title: 'Short'}, columns: ['test'], ['example']); t.addRow({ test:...
@cablespaghetti I was having this issue when behind an aws alb, and I solved it by setting ```CONTENT_ENCODING=false``` in the env. Which is actually enabled by default, but documented incorrectly...
@ahmetb Please close this, it was opened by mistake.
Was this working in a previous version that I could use instead or has this been the behavior? I am currently on the latest 0.6.5 build.
@libertyy can you elaborate on this? Do you have an example of the structure that it is reaching into that is not expected? And if you could also include the...