Lukas Klement

Results 19 comments of Lukas Klement

I'm using the latest beta channel release of this module in combination with Thunderbird 87.0b3 (64-bit). Unfortunately, the link to the configuration is shown in neither menu. Is there a...

@jobisoft That's great! Did you push it to the beta channel already? On Thunderbird 87.0b3 with the Beta Release Channel the link is not there in none of the three...

You need to downgrade to redux 4.0.1 to compile your project, see the comments [here](https://github.com/angular-redux/platform/issues/90#issuecomment-509835001) or [here](https://github.com/angular-redux/platform/issues/92#issuecomment-513060672).

I answer as far as my knowledge goes in that respect: **Output Intent** Needs to be of the subtype GTS_PDFX, here's an example metadata: `` **GTSPDFXVersion key** Should simply be...

Perhaps we could tackle this by converting the colour space after generating PDFs? I've seen an approach on this here: https://github.com/johndoe31415/pdfminify/blob/master/llpdf/filters/PDFAFilter.py This might help us making some progress on this...

Are there any update on this pull request?

To me this appears to be more generally a question about best-practice in managing multi-user subscriptions, than necessarily related to pinax-stripe. Commonly, one user - the billing user - has...

This fork works fine with Quill Version 2: https://github.com/juandjara/quill-blot-formatter-mobile To avoid type errors, make sure to register it with as any: Quill.register('modules/blotFormatter', BlotFormatter as any);

You can use a regex filter, e.g. category__regex=r'(^|,)%s(,|$)' % ['IT', 'PK', 'CB'])