The one with the braid
The one with the braid
@AdamJonsson Could you please merge this?
I am having trouble with a message containing two attachments: the second attachment (part) is properly split but the first part returns the message itself **and** the first attachment: ```dart...
I am running the following code ```dart print(message.parts); print(message.bodyRaw); message.parts.forEach((element) { print(element.decodeContentText()); }); ``` The dart output ``` flutter: [Instance of 'MimePart', Instance of 'MimePart'] flutter: This is an OpenPGP/MIME...
Currently, I work on a Flutter PGP mail client based on enough_mail. For my project, I decided it is better to separate PGP from IMAP/SMTP. I am using https://pub.dev/packages/openpgp to...
Maybe I can do this one day; I wrote the initial implementation in https://github.com/juliuscanute/qr_code_scanner/pull/306 too and actually promised to still improve it.
Well, I thought of, but I did not find any case: Why should I cut down the options a website features? At least if I include a website using WebRTC,...
Theoretically, this should work when using `--dart-define=FLUTTER_WEB_USE_SKIA=true` for compiling. As soon as Skia should replace the DOM+Canvas as the default graphics library on the web, is should work without any...
@creativecreatorormaybenot the `catch` statement *never* (really never) catches an error, even if there **is** unsupported input. Is there any other way to catch the errors? I already tried to add...
Is there any way to ~~handle~~ capture rendering errors? Eg. with the ErrorWidget? Or is the ErrorWidget global? If not, a workaround could look like the following dummy code: ```dart...
No, I don't think so: as soon as I use several `CaTeX`, I would instantly overwrite the last LaTeX code with the current one.