andreas
andreas
Is the `dashboard.vue` also necessary when i'd want to have a page with props? Currently without it, the props route seems to have higher priority than the `index.vue` file (since...
The way I solved it for now is to toggle the `pointerEvents` of the iframe when resize or dragging starts/ends, seems to work great ```javascript interactable .resizable({ edges: { left:...
It's explained here - https://github.com/Akryum/vue-virtual-scroller/issues/66#issuecomment-473676245
For any future searchers: there seems to be a workaround https://groups.google.com/a/chromium.org/forum/#!msg/chromium-apps/qo0gNQ7fJ58/rRE90b6rMAAJ
@timchoh585 @shakeelmohamed Would it be ok for me to take a crack at this? Any specific design(colour palette)/positioning you had in mind?
After two nights of tinkering, I'm calling out for some help (if a solution exists at all). All of the AV libs rely on `AudioContext`, which can be accessed through...
I stumbled upon [youtube-audio-stream](https://github.com/JamesKyburz/youtube-audio-stream) and [videojs-youtube](https://github.com/videojs/videojs-youtube), which I can try out over the weekend.
Hi @MtMercer! Awesome to know about the tab capture. If the audio streaming libraries don't work out, then it's nice to have a working back-up and I guess that's the...
I'd like to take a crack at this, if that'd be OK. But I'd like to know some requirements up ahead, like what are the must haves (redir, linked files),...