VioletFlare
VioletFlare
Hello, @MadDogMayCry0 do you still have any working examples of your fixes? The site on webhost000 unfortunately went down. Thanks.
Same issue. The download link on dragonbones.com is broken. I managed to download the 5.6.3 version from https://docs.egret.com/dragonbones/en, but the login button is missing.  I tried to download the...
You don't need to login anymore to use the editor. Just download it from the link above.
Youtube responds with a 410 when a track is flagged and you need to be logged in to view it. As far as I know there's currently no easy solution...
Hello, I just tested this wonderful patch and I confirm that it works on ubuntu. Thank you a thousand times! :))) 👍
I missed the part where it says in the docs that it only captures mouse clicks. Is there an action for tap? :)
Yep, in my case I close the gallery on bg click. ``` lightbox.pswp.on("pointerUp", (ev) => { const isBgClick = [...ev.originalEvent?.target?.classList].includes("pswp__item"); if (isBgClick) { lightbox.pswp.close(); } }) ```
> Can you provide a clean reproduction of this, ideally _only_ using the Sass embedded API without the WebPack loader around it? Sorry, I cannot make a reproducible example using...
One can still use a variable to hold the path name and the image can be placed in the public directory. In my case images dir. so: `nuxt-project/public/images` ``` const...
Besides, if I run the cabalmain.exe on a virtual machine it refuses to run.