Alexey Kuznetsov

Results 20 issues of Alexey Kuznetsov

That's a very interesting and useful article and the code! I noticed that the pages/index.vue, pages/top.vue, and pages/t/_tag.vue use pretty much the same code. It's possible to use the route...

The application can be used by several users at the same time. It uses sockets, etc. The issue happens when some user is being dragged an item, and the other...

Related to this issue, https://github.com/donmbelembe/vue-dragscroll/issues/79

We heavily use vue-dragscroll in our application. There're a lot of draggable elements that should not trigger vue-dragscroll behavior. That's why we use vue-dragscroll:nochilddrag. Then, some elements should trigger vue-dragscroll,...

1. vue create my-app 2. cd my-app 3. vue add cordova (platforms: browser) 4. cd src-cordova 5. cordova plugin add cordova-plugin-googleplus --save --variable REVERSED_CLIENT_ID=... --variable WEB_APPLICATION_CLIENT_ID=... 6. cordova prepare 7....

I've installed apache2 on my desktop and then followed these instructions https://github.com/mapserver/mapcache/blob/master/INSTALL Mapcache is cloned to /home/kasheftin/work/mapcache directory, and I have such virtual host config: ``` html DocumentRoot /home/kasheftin/work/mapcache Require...

I've just started using nuxt-property-decorator (I'm new with vue-property-decorator as well) and I would like to ask how you remember all the hooks. It's totally unclear (on the first glance)...

help wanted

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

feature

### Reporting a bug? Typescript gives an error `Property 'tc' does not exist on type Composer` in the code like that: ````typescript import { useI18n } from 'vue-i18n' const i18n...

Status: Review Needed

### Reporting a bug? It's unclear / probably not working how fallbackWarn/missingWarn/silentFallbackWarn options should be used in the following case: - There's lang/message.json file with general translations; - Every component...

Status: Review Needed