Tyler Doyle
Tyler Doyle
A first pass could be to add something in a simple unformatted tag -- I worry about the RTF-ness of our descriptions and trying to build an XML serializer to...
Just a note that I'm doing a little research on what rtf-generating libs exist out there already. https://github.com/grangier/pyrtf exists but seems like overkill
@RussTheAerialist I'm thinking of an approach like this, so we don't have to re-implement RTF or take a dependency on pyrtf/pyrtf-ng: ``` field.description.update_text('blah blah blah') ``` will create a simple...
Creating a connection (with the subset of elements we support today) would be pretty simple: Add a new class method that builds an empty Connection ElementTree-tree and then pass that...
@ebolz this would be relatively simple to implement, I believe. Would you like to submit a PR? We're starting to run against a problem where the connection model is getting...
I didn't mean to imply that your issue wasn't enough -- it's perfectly reasonable to not want to submit the code, I was just asking if you did want to...
@KernpunktAnalytics once you have the CLA signed, feel free to open a PR -- it's just a little easier for us to read the changes and offer feedback over reading...
@KernpunktAnalytics apologies on the delay, both @RussTheAerialist and I are on vacation. @benlower or @LGraber should be able to help!
Marking this as an enhancement. This requires: - Managing the file, like @turnercj65 suggests - Generating the right `` tags - Associating those with the right connections - ?? Metadata...
It does, thank you for the suggestion! We'll take a look (Note we also welcome PRs 😄 )