Vũ Hải

Results 34 comments of Vũ Hải

Currently PhotoPrism is converting RAW image with wide color gamut to JPEG with web-safe color gamut. I think PP should have an default option to preserve color profile from original...

> Update for 2020.1 update (more generic patch also works for 2019.2): > > 1. remove code signature from plugin (needs Xcode installed for codesign command): > > ``` >...

https://github.com/Josko/aura-bot/issues/72#issuecomment-387125132 I think adding a config about max slots is better

It's 5 months now :( is this pull request still being active?

> Embedding color profiles isn't easily possible with the native Go libraries we use right now, which is why we plan to add support for generating thumbs with libvips. As...

> IIRC the size limit is 250 MB unzipped, rather than 50 MB on upload. > > > > You can significantly cut down the size by deleting all the...

> Wow. I need to find someway to automate this. What does --no-compile do? It will not precompile python code into byte code during the install process. But the test...

> @keithrozario we have just implemented proper support for this in NumPy, via "install tags" in the build system. Here is how to use it: [numpy/numpy#26289 (comment)](https://github.com/numpy/numpy/issues/26289#issuecomment-2068943795). I'm planning to...

AFAIK, SciPy and NumPy are safe to have `tests` directory removed. NumPy `tests` directory size is even larger than SciPy.

You could try adding some specific script for specific library, like adding a file called `scipy.sh` to customize installation (by deleting unwanted files), then whenever you install `scipy`, you can...