Jonathan Hall
Jonathan Hall
Please make sure you are testing with the latest [release of html2canvas](https://github.com/niklasvh/html2canvas/releases). Old versions are not supported and issues reported for them will be closed. # Please follow the general...
The `add_et_tag()` function in this plugin's Divi integration prevents loading of various scripts in the Divi visual builder by adding the `et_fb_ignore_iframe` class to their script tags: https://github.com/rankmath/seo-by-rank-math/blob/657ebb1fc1e528b10d5d7a352c171dd403d77d89/includes/3rdparty/divi/class-divi.php#L280 This breaks...
Hi there, Is it possible to license this project under GPL 2 or later rather than GPL 3 or later? That way GPL 2 projects can incorporate it too.
I've been trying to use the x4-upscaler model (https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler) at half/fp16 precision with a script based on https://github.com/Stability-AI/stablediffusion/blob/main/scripts/gradio/superresolution.py. I'm using the weights from the fp16 branch of the model, and...
When calling `insert()` or `removeAt()` on a `ConcatenatingAudioSource`, a new `shuffleOrder` is passed with the request but it is not updated in just_audio_background's corresponding `ConcatenatingAudioSourceMessage`. This results in the shuffle...