Tim Stair

Results 87 comments of Tim Stair

The latest manual has a better description than the wiki (I think the pre-releases have the improved version). I'll migrate that over to the wiki. Older versions of the app...

Couple of questions: * Which version are you running? * What operating system are you running? * Is your element Type set to Graphic? By default it's generally Text. *...

Stale, closing out.

> Have you considered changing how all of your column/row calculations are stored/performed, from reading it form the initial spreadsheet, to passing it to the translator, to including extra defines/overrides...

### FileExportSingleCard I'm working on the massive Dictionary change and I held off on FileExportSingleCard as a little bit of logic around initiating sublayouts will be changing too. Hopefully that's...

Comically large and semi-risky change to how the rows store and access their column values has been submitted: https://github.com/nhmkdev/cardmaker/commit/b44ce66f0e5905f5e7bc2f4b17e7b2319c01b44e FileExportSingleCard should be usable now. I didn't update FileCardClipboardExporter yet (but...

WIP commit to protect again sublayout cycles (specifically in file card exports at this time). Bit rough but coming together. Also added * `![rootlayout]` (the topmost layout performing the export)...

The cycle might start at a lower level. The check I implemented looks at the entire list of layouts (in the "stack" from the root) to make sure the next...

Massive update with hopefully no new issues... image cache is the spot I might expect some problems from. https://github.com/nhmkdev/cardmaker/commit/9570d31fc540e8bdbdec034864b011a81dcffc7f ❗ The main point to highlight for those relying on exported...

The file write/read for every nested sublayout adds some additional processing time (IO waits etc.). No need to thrash someone's hard drive unless they really want to. 🔥