Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from coseyfannitutti/mysterium
TKL keyboard that can be entirely assembled using only through hole components, including usb type-c
-
-
-
54 contributions in the last year
Contribution activity
May 2020
Created a pull request in jedib0t/go-pretty that received 1 comment
text: support strfmt.DateTime objects in NewTimeTransformer
PR #122 removed dependency on go-openapi/strfmt and removed a ton of unnecessary transitive dependencies. However, this also removed support for st…
+26
−3
•
1
comment
- table: provide a way to control HTML rendering; fixes #119
- table: auto-index should not be applied on footer; fixes #108
- go.mod compatible versioning (v6 in import paths)
- table: support auto-merging cells horizontally
- text: improve doc/example for Format*
- text: Format* can now deal with escape sequences; fixes #112
- progress: use a GIF in the readme instead of asciinema
- fix demo-table and have a separate demo for AppendSeparator
- table: fix auto-index for CSV/HTML/Markdown modes; fixes #108
- table: support auto-merging cells
- update to go-runewidth v0.0.9
- table: ColumnConfig.WidthMaxEnforcer to customize WidthMax impl
- table: ResetHeaders/Footers instead of ResetHeader/Footer
- table: update documentation and remove deprecated interfaces
- table: AppendSeparator() to draw a separator; fixes #97
- table: support hiding columns on render
- table: support resetting rows/headers/footers; fixes #95
Created an issue in jedib0t/go-pretty that received 7 comments
v5.x does not work with `go mod`
Describe the bug
The go mod utility expects major versioning to be defined in the import paths and in the go.mod file. This is not done right, and …
7
comments