Victor S.

Results 28 comments of Victor S.

**Main** comes from dist ```json { "main": "dist/VueStars.umd.js", } ``` @standfv try use from source ```js import VueStars from 'vue-stars/src'; ```

It would be great to have at least wildcard syntax support like `--testsuite=*.unit`

Tried workaround (not working): ```vue ``` See: https://nuxtjs.org/docs/features/nuxt-components/#the-client-only-component Related: https://github.com/BiYuqi/vue-intersection-observer/commit/c4f1beb2596d94586076d294f3b45ccf69fc53b5

I've tried same approach with dynamically loaded components, but problem still remains. On every layout component change slot content is re-rendered. Maybe someone wants to try portals. With dynamically loaded...

@rderks88 # Tried `vue-intersection-observer` ## Not compatible with SSR See: Workaround: downgrade to `0.1.8` ## Inline Handlers `this.$emit("on-change", entries[0], this.unobserve);` leads to inconveniences with `v-for`: `$event` is bound to `entries[0]`...

It is a breaking change. `h` is used for vim style arrows. Consider `?`

Current workaround: ```js let ChatMessage; function getWindowTitle(window) { let title; try { title = JSON.parse(window.title); } catch { title = window.title; } return new ChatMessage(title); } const bot = mineflayer.createBot({...

Duplicates https://github.com/junegunn/fzf.vim/issues/672 See https://github.com/junegunn/fzf.vim/issues/672#issuecomment-522528733