yev

Results 16 comments of yev

I'm having the same problem. I get a timeout when visiting a non www url. I can visit it on the browser just fine. I tried using @simlevesque's solution but...

A bit late but, if you're interested on an open-source quasar project that user both Electron and Capacitor in one codebase, I've built one last year: https://github.com/vycoder/qodo

There's not much really. Only the `onMounted` hook I guess. I've went along and did a quick implementation, maybe you can use this as reference #32 . I haven't tested...

> Do you know if there's an API that exists both in Vue 2 and Vue 3? I'd like to avoid maintaining two separate branches. I was actually trying to...

Any news on this? I encountered the same problem. I need to upload a video via my SPA website. I also get the same error even on production whenever I...

I tried `vimeo_upload` and it seems like it's not compatible with latest `3.4` accounts [Issue 31](https://github.com/websemantics/vimeo-upload/issues/31). Went back here and found this PR #86. I tested it and it's pretty...

Hi @19peaches, how were you able to go about doing so? There's a whitelisting feature in vimeo. I'm assuming that vimeo will take care of everything. Just curious if you've...

Also, won't the whitelisting work out of the box? Just add the domain on the whitelist. Oh, but yeah you won't be able to see it on localhost...

@19peaches can you share what particular issue you encountered about the whitelisting? I just finished embedding videos on my app. Was about to upgrade to vimeo pro tomorrow.

Oh okay thanks, I thought it was only on localhost. I'll keep this in mind when i started working on the private videos. Thanks @19peaches