VALERIY SINEVICH

Results 38 comments of VALERIY SINEVICH

similar https://github.com/Akryum/floating-vue/issues/874

@quynhethereal As a temporary solution, I can offer this hack. ``` addDummyText() { this.dummyTexts.push(this.getRandomText()); this.$nextTick().then(() => { window.dispatchEvent(new Event("resize")); }); } ``` if you found it helpful, please vote for...

related: https://github.com/nuxt/cli/issues/118

Fingers crossed P.s. we've given up on .devcontainer for now.

Hi @pi0 the problem keeps reproducing, just in case I reinstalled win and wsl ) Win hosts ``` # Added by Docker Desktop 192.168.1.65 host.docker.internal 192.168.1.65 gateway.docker.internal # To allow...

https://github.com/verdie-g/crpg/blob/master/src/WebUI/src/components/character/CharacterStats.vue#L123

Need pagination, filtering & sorting on the server side (REST API)

Is it possible to add "in DB" to userItems (inventory) as well?