Giuseppe Stelluto
Giuseppe Stelluto
Could you elaborate on why you think `printer.setResolution(300)` (as seen in the reverted 2e4ca77) is not the correct approach? For what it's worth, adding that line "fixed" printing resolutioni for...
That makes sense and I can see _some_ use in allowing the user to customize it. However, wouldn't 300 DPI still be a much saner default than the current very...
I don't usually +1 threads but since they want feedback... In addition to requiring an extra tap, the full screen top to bottom slide animation when clicking on the header...
So, even without a flag, there is a workaround to allow for this behavior: ``` formatter=jinja2 ref-format = '{{ doc["ref"] if doc["ref"] else doc["author_list"][0]["family"].lower() ~ doc["year"]}}' ``` would be equivalent...
I opened a PR to fix this. In the PR, there is no way of keeping the "source" `ref` field, so it's updated no matter what.
So far, I've opted to have the outgoing header ("You ...") aligned with the left edge of the outgoing messages. In my opinion this improves legibility, but it would make...
Yes, support for attachments/quotes is absolutely necessary, and I plan to add it soon. However, it presents some interesting challenge: because the quote is separate from the message itself, they...
> 3. I'm not sure about changing the position of 'You' depending of the size of the message. I think I would either aligned it to the most right or...