Rasso Hilber
Rasso Hilber
I was able to install the dependencies manually like so: ``` $ brew install [email protected] $ brew install pillow $ brew install numpy $ brew install --cask hugin $ pip3...
If I deactivate pyshtools like this: ```shell # RUN pip3 install pyshtools ``` ...the Docker build passes, but of course the shtHashes won't be generated.
WOW @mpetroff , that worked!!! I changed my Dockerfile as follows: ``` FROM ubuntu:20.04 # docker build -t generate-panorama . # docker run -it -v $PWD:/data generate-panorama /data/image.jpg ENV DEBIAN_FRONTEND...
Hi @austinpray , any thoughts on this yet?
Wow @YahnisElsts , thanks for your fast and detailed response! I don't have any experience with XDebug, but just disabling the automatic updates for PUC by setting the fourth argument...
OK, I installed Query Monitor and reduced the plugins checking for updates to one. It seems like PUC is making 4 requests:  (blacked out parts of the URLs to...
Maybe some more context about my setup: None of my plugins have a `readme.txt` file, some have a `changelog.md`, some don't have any more information than inside the main plugin...
Just tested one of my plugins with a `changelog.md` (rh-admin-utils):  Here it is 5 requests, the last one to `changelog.md`.
...sorry for bombarding you with information, but maybe this also helps: I just added a readme.txt to one of the plugins. Now the 404 for that is gone, but it...
OK, thanks for your explanation. So the time of 23 seconds for around 8 plugins is not optimizable, right? If so, I will probably add a filter to `puc_check_now-$slug` to...