thenewguy
thenewguy
It isn't very intuitive when the validator fails with `Error loading the MPD, please check the URL.` It would be helpful to add a CORs check so that the error...
The installation docs are correct, but make it seem much more complicated to install the validator than it is. I've added vagrant to the repo. This makes the demo usable...
It would be helpful if the value for expires in `BaseCache.set` was documented. I couldn't find it and the redis/file caches aren't explicit. Is the expires value guaranteed to be...
I wrote a message at https://community.letsencrypt.org/t/certbot-windows-renewal-task-not-running/137210 but this really seems like a more appropriate location. I noticed I was getting emails from LetsEncrypt about expiring certificates. Turns out the renewal...
The signal handlers such as [pre_save_image_feature_detection](https://github.com/wagtail/wagtail/blob/master/wagtail/wagtailimages/signal_handlers.py) should check for `raw` to detect loading from a fixture and do nothing in this case. Otherwise you get an error loading fixtures if...
The [recipie](https://docs.wagtail.io/en/v2.12.3/reference/pages/model_recipes.html) for custom `serve()` and `serve_preview()` results with a page preview that doesn't set `request.is_preview = True` or `patch_cache_control(response, private=True)` The way it is currently written, `serve_preview()` must be...
Tried to drop this into a working page and get this error when attempting to playback hls/dash content: VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) 1000 - Shaka Error NETWORK.UNSUPPORTED_SCHEME (blob:http%3a//localhost%3a8041/d2c767ce-6023-4a82-9474-d8dca7e2e008) I found...
This is now the recommended mime type so it should be included in the source selection regex
It would be nice to let the user know retry logic kicked in and we are waiting for X period of time before proceeding when using this in a cli...
Running on Docker In Docker and having to unset PIP_CERT and REQUESTS_CA_BUNDLE in order to connect to the docker service. These env vars are set: DOCKER_HOST: 'tcp://docker:2376' DOCKER_TLS_CERTDIR: "/certs" DOCKER_CERT_PATH:...