Vít Šesták

Results 84 comments of Vít Šesták

This needs to be handled on multiple places (ConvertPdf, TextExtraction, …), as the code iterates over attachments on multiple places. In my first version, I was adding stubs, which was...

I have [a branch](https://github.com/madduck/docspell/tree/feature/2404-problematic-attachments) that handles problematic attachments gracefully: * When some attachments fails to be processed, processing continues. (Just ConvertPdf and TextExtraction are adjusted, but it should be easy...

I've made AttachmentPreview and AttachmentPageCount failsafe, in slightly different way that is aligned with the current approach: When there is a failure, other attachments are processed (they used to be...

I'd like to adjust some parts, just not my top priority. Few notes on that: * It seems that the development.md is (indirectly) linked from the root README.md, just not...

One more issue: Tailwind CSS regeneration is unclear. I would expect watch-css to do the job. It seems that every time I use a previously-unused Tailwindcss class, I have to:...

I can work on it. However, I'd like to ask first if this change of behavior would be accepted by the maintainer. (We might support both behaviors though configuration if...

I've researched a bit and this seems to be relevant: https://developer.android.com/training/gestures/gesturenav While the link to `WindowInsets.getMandatorySystemGestureInsets()` sounds to be relevant just for home/switch gestures, it might be a solution for...

Well, this might be purely accidental. If a margin is wide enough for whatever reason, it should be OK. It seems that left margin is a bit wider than the...

I don't think there is much attack surface there, but it still might be useful, e.g. for optional streaming audio output over network. In such case, sound output should probably...

I have some experience with Duplicity: - It works, but I remember some problems when backup was interrupted. This might have been fixed, though. Alternatively, it is possible to add...