Rasso Hilber

Results 159 comments of 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: ![image](https://user-images.githubusercontent.com/869813/87666043-3a7cb900-c768-11ea-8933-35ca47e9d145.png) (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): ![image](https://user-images.githubusercontent.com/869813/87667709-1ff80f00-c76b-11ea-89f0-93b59daa1aa0.png) 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...