anselor

Results 26 issues of anselor

Added helper shell script to set up docker environment parameters. Changed docker-import.sh to accept a login.json in the current directory if available.

### Is there an existing issue for this problem? - [X] I have searched the existing issues ### OrcaSlicer Version 2.1 nightly ### Operating System (OS) Windows ### OS Version...

bug

Add ability to specify color library when generating a specific table instead of having to modify a global variable every time.

enhancement

Add a unit test that verifies that when colors are disabled no color escape characters show up. Need to check each grid style as well as row color decorator behavior.

enhancement

# Proposed 0.2 architectural changes. - Distinct separation between phases of table generation (work in progress): - Detect input: Categorize input into known types (List of lists of strings, list...

enhancement

Improve unit tests. Cover new features like dicts values. Try to improve testing of wrapping of unicode characters. See if there's a way to test colorization behavior with both the...

There isn't a way to specify the maximum width of a transposed table. The table-level max width isn't honored either.

enhancement

Adding a row decorator that colorizes a row and then transposing the table causes the new row to still be decorated even though it is now what used to be...

bug

When generating large tables the performance drops significantly. A large part of this is likely because tableformatter will seek through all of the fields of all of the rows multiple...

enhancement
question

Aggregation of many PRs Integrates the following PRs #123 #136 #138 #145 #148 #150 #155 #157 Supersedes #139