Alexander Kavanaugh
Alexander Kavanaugh
> I have a question, I'm a litle confused by the return statement, it's returning the luminance Y of the test color? It's returning a boolean. True if dark foreground...
Seeing the same issues; same setup
@andreyfedoseev I have some time next week to work on this; let me know if you have an idea of what might be causing this. Also let me know if...
Woah, what a throwback 😃 Congrats on the release!
Piggy-backing off of @rongxin-liu's solution, here's document merge using `weasyprint==56.1` and `pypdf2==2.10.3` in a django view: ```python from PyPDF2 import PdfMerger ... def get(self, request, *args, **kwargs): pdf_stream = BytesIO()...
@arnav13081994 I'd mostly agree, but there are some objective methods/utils we could create to replace them. A lot of the inconsistencies might be because we're not up to date with...
@arnav13081994 yeah that sounds super complicated. You'd think stripe would expose something easier to deal with in the api.
@PabloCastellano this is interesting. Can you show an example of a test you'd write using it?
@therefromhere I think it's time we finally bit the bullet and moved fully to cents. We might want to have `amount_*_decimal` cached properties on our models to match what stripe...