attah

Results 10 issues of attah

The function maybe_add_vsn_f/1 reused the variable Anno, which resulted in a badmatch when the data_vsn/1 callback is not present.

New functions, or clauses are indented according to the body of the previous, not the head of it, or base indentation. Expected behaviour: ``` f1() -> herp. f2() -> derp....

For discussion; you'll likely want something changed or more well abstracted. This "TCP only" mode is useful for e.g. SailfishOS devices, where the user runs adb_bridge themselves. I do have...

pdftoppm treats any second non-flag parameter as a PPM-file-prefix, creating files starting with "-", like "--1.pgm" instead of outputting to stdout. Omitting the prefix however, outputs to stdout. Checked on...

investigating

**Is your feature request related to a problem? Please describe.** There are some places without wifi, but that may well have wired ethernet (e.g. basements in multi-tenant houses). And there...

enhancement

Move as much logic as possible from JavaScript to C++ and SeaPrint to ppm2pwg. - [x] Format support checking/listing - [x] Format conversion logic - [x] Print job settings (beyond...

enhancement
in-progress

Make it so that it can be selected, presumably by just appending it to there. Also consider modifying the default?

...only in case anyone actually turns out to need it.

With OTP27 the gen_server callback format_status/2 becomes deprecated (and produces a warning). The options are going to the /1 version, or omitting it altogether, leaning on sys default. I must...