Benjamin Rojas
Benjamin Rojas
I would also like this feature. This is a much better way of handling things and is the way that Github handles the slack integration itself. Once all the Jenkins...
I'm surprised this isn't a huge part of WPCS. This functionality would mirror the PHPCompatibility ruleset and would help prevent developers from adding in obscure functions that may not be...
I am also having this issue. The temporary fix also works for me (thanks @eigan). @jy0529 when can we expect a permanent fix for this?
I'd like to mention that it still breaks in the latest version of vite (as of this time: `2.9.8`). Reverting back to `2.9.5` with the temporary fix helps this work...
I found a workaround for this like so: ```vue ``` And in methods: ```js methods : () { fixFocus (event) { event.stopImmediatePropagation() } } ```
Hey @andreas-becker we are looking at adding an override in a future version and will keep you posted. Thanks!
> https://unifi.boostchicken.io/udmpro-podman-install.zip Still getting this original error as of today. When I visit the URL it does not exist, though other files do exist at unifi.boostchicken.io.
> Should be back. I replaced my entire network This is what I am seeing: 
@rmccue that's great to hear! We ended up forking this repo and bringing it all up to speed for PHP 8.2 as I didn't think it was being maintained anymore....
I am also getting this same in my Vite/Vue 3 build. Would love an explanation or a fix.