Stephen Early
Stephen Early
See #225 for a possible trigger for this feature — although maybe we want this to be a web-only feature?
They are all "special-case", unfortunately — although at the moment PDF and ESC/POS are the only two cases. Are you converting to a PIL Image to send into reportlab? If...
Ah yes, *something* will have to rasterise the SVG to output it as esc/pos. Maybe easier to start with a PNG?
That could work! It would probably be simpler than the existing raster QR printing code — that does its own interleaving to get a good quality print on a dot-matrix...
Maybe just have a "see also" table? "For transaction `x` see also transaction `y`". Searches for transaction `x` can transitively follow this table to offer improved search results.
Would (1) be like a wiki page? I'll create a separate issue for (2), it sounds like a good idea and I should be able to do it fairly easily.
It might be better to up the default buffer size and make a note in the README anyway, on the grounds that if people are running out of memory and...
Yes, the way that Arduino goes for runtime configuration at the expense of RAM is really annoying. What's wrong with a per-sketch config file full of #defines? That might be...
We could try a one-time dynamic allocation of buffers. The problems I foresee are: - We will need to keep the configuration in RAM - pointers to the various things...
As of ec099cb636f3ce827467a5d74361f52833a2a9d1 the list of sessions can be paged through. It would still be nice to have a "go to date" box.