Aaron Longwell
Aaron Longwell
Seeing a potentially related issue on the xlsx export... NULL values are populated with the header (i.e. column name) of the first column.
Apologies for the (long) delay.. been busy with work, but I'm going to be adjusting this to integrate with a new release.
This PR was addressing two separate issues: 1. The .client property was inconsistently sideloaded 2. Client.GetCard(), and similar Client.GetLowLevelThing() had a nil *List or *Board field (this is where the...
Thanks for the report. I'll take a look this week.
I was able to investigate. The `list.AddCard()` method is a pass through to the POST .../cards API call, which doesn't accept attachments at the time of card creation. It looks...
Unfortunately, there is no way to disable this behavior of Composer currently. It is a side effect of our current parsing and visualization logic which we plan to improve. We...