hugues de keyzer
hugues de keyzer
@OCA/edi-maintainers could someone please review or merge this?
maybe, i didn’t profile this. per image, it will make one database query to get the image, then several ones when creating the new attachments, but since reading, resizing and...
iirc, i think the main issue comes from the fact that the smaller-size images are computed when flushing the model. i see in [`invalidate_cache()`](https://github.com/OCA/openupgradelib/blob/master/openupgradelib/openupgrade_tools.py#L374) (called by `chunked()`), that only the...
i’ve just made a test with this code unchanged and again after changing it like this (in the same way as [`openupgrade.chunked()`](https://github.com/OCA/openupgradelib/blob/master/openupgradelib/openupgrade.py#L3497)) (`CHUNK_SIZE` being 512 here): ```python for i in...
without any change, it crashes with a `MemoryError`.
@OCA/accounting-maintainers would someone please review (and possibly merge) this?
@carolinafernandez-tecnativa @pedrobaeza @pilarvargas-tecnativa hello, would you please take a look at this? (pinging you since you took part in #1140 which introduced the change.)
already fixed by #1149.
a friend of mine has the same problem. notifications only work if the app is launched manually and if it is not silently killed by the system. we disabled battery...
indeed, an official appimage of riot desktop would be much appreciated. i’m struggling with building an appimage of riot desktop with seshat included. what is the best way of doing...