Camille Drapier
Camille Drapier
This might be related to this issue (of the underlying `wait-on` lib), and the proposed solution/fallback (replace `localhost` by local IP) might work for people seeing this problem here: https://github.com/jeffbski/wait-on/issues/109#issue-1071849300
Just an idea in the same vein; In case this is considered, maybe it could be nice to further allow differentiation for "boolean/true attributes" as well (`OTHER_ATTR_TRUE`), such as the...
Thank you for looking into this! :heart_decoration: This could be a vue3 limitation, as I found this comment in the [proposal breaking change](https://github.com/vuejs/core/issues/2): `Now are internally on-vnode hooks with the...
Another workaround that seems to be working is the following, but I'm unsure if that is a reasonable enough workaround, and if it will not backfire horribly in some cases?...
Thank you for the feedback, I'll be using this in my app for now (we only use global scope), and think about using the composition mode later after I manage...
Thank you for your reply! I do not think I can provide a way to reproduce, as this happens only sometimes with our quite complex setup that I cannot share...