-
### To reproduce
```
2024-07-22T17:51:34.453589Z I i.q.c.TableWriter o3 commit [table=testWalWriteFullRandom_nonwal, o3RowCount=1769558]
sun.misc.Unsafe.allocateMemory() OutOfMemoryError [RSS_MEM…
-
### Describe the bug
```
2022-06-23T12:40:20.3907127Z 2022-06-23T12:40:19.872384Z I i.q.TestListener >>>> io.questdb.cairo.TableReaderTest.testAddColumnPartitionConcurrentCreateReader
2022-06-23T12…
-
When trying to print hyperlinks in terminal using escape characters, the table width values get messed up and the table renders incorrectly:
```
package main
import (
"fmt"
"os"
"github…
-
@prismofeverything found that an exception during `TableWriter` instantiation can lead to another error when `__del__` is called on clean-up, as the attributes it is trying to call methods on were nev…
-
sec 当前使用的是 https://github.com/olekukonko/tablewriter,不能完全满足要求。
调研的库
- https://github.com/charmbracelet/bubbletea
- https://github.com/gizak/termui
- https://github.com/rivo/tview
- https://gith…
alwqx updated
1 month ago
-
The README has an example for table colour formatting, where it includes the following snippet as a code example:
```go
/// ... excerpt only, for brevity
table.SetHeaderAttributes(tablewriter.A…
-
Enhance it to update a table from https://github.com/olekukonko/tablewriter
-
-
### Describe the bug
2022-06-16T02:18:11.380483Z I i.q.c.TableWriter purged [path=/root/.questdb/db/access_log/2022-06-16T01.38019]
2022-06-16T02:18:11.425173Z I i.q.c.TableWriter sorting o3 [table=…
-
The workaround is set `table.SetAutoWrapText(false)` fix