Arthur Nisnevich

Results 3 comments of Arthur Nisnevich

@algil I changed `VueConstructor` to `Vue` in the `vue-wait.d.ts` sample code, and this seemed to work for me: ```ts declare module 'vue/types/vue' { interface Vue { $wait: VueWait; } }...

Hi @fran-worley, thanks for the nudge. Happy to provide a PR today or tomorrow.

Almost a year later, I have this same problem. In my case, I'm on CentOS, and rebuilt the rpm from source, applying the patch provided [here](https://gist.githubusercontent.com/willglynn/5659946/raw/00d95ede1e6481d1b5ef2b1959ab97ea2eab49e9/zbar-jpeg-fix.patch). However, running the image...