Nicolas Rodrigues
Nicolas Rodrigues
I am also interested in changing the default primary key and noticed the same behavior. I also noticed that the custom class `FieldInfo` (inherited from Pydantic FieldInfo) has the attribute...
In my case, the script didn't work although I recreated a new profil "Default". I think, gnome-terminal fail to load the profil because the name of the key (= name...
I'm also interested about custom functions, I have an use case like this : ``` last_seen
It's a web app and the markdown framework can render both tables in my examples. Our limitation is the size limitation of our custom field, and we need to leave...
This solves the cell padding but not the separator dashes I made a override classmethod like this: ```py from py_markdown_table.markdown_table import markdown_table data = [ { "_time": "2025-10-03T12:54:42.000+00:00", "field1": "text...
Yes, I understood that part, but there is still the dash line separating the header and the lines: ```md |_time|field1|field2|field3|field4| |-----------------------------|---------|--------|-----------------|----------| |2025-10-03T12:54:42.000+00:00|text text|aa bb cc|texttexttext--aaa|1112223344| ``` Sometimes there are more...
Keep the current behavior. However, in this type of case, where padding parameters already exist, why not add one that avoids multiplying spaces and dashes? As an optional feature, this...