Cameron Lonsdale

Results 27 issues of Cameron Lonsdale

I have the following data structures defined ``` ### LocationStruct (object) + country: Australia (CountryStruct) + city: Sydney (string) + latitude (number, nullable) + longitude (number, nullable) ### CountryStruct (object)...

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

The only option available currently is to make the first row of the table the header. I have a use case where I prefer the first column of the table...

enhancement
help wanted

For certain rows, I require the data to be augmented with HTML, and that unfortunately gets escaped here: https://github.com/jazzband/prettytable/blob/master/prettytable.py#L1622 Would you consider adding an option to get_html_string to disable data...

enhancement

You can trigger it by writing 'A' all the way to the end of the first line in the first example file.

bug

We have an export function, so why not import? Import from an exported file to return the user to the state they were at when they exported.

enhancement

What it says, I think this would be a nice feature.

enhancement

Auto export (when each character is pressed, this way the user can not accidentally not export their work). Should this be an optional feature? Or default?

enhancement

Undo the previous action. Involves recording the previous key(s?) and rolling back at the command of the user (typical key would be ctrl-z)

enhancement

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement
contributions welcomed