Results 25 comments of Matthew Marino
trafficstars

I'm curious about vue 3 support as well.

Vue 3 released yesterday.

I believe I have found the issue. the register file points to @quasar/quasar-ui-qcalendar/dist/types/index which has no default export or function to register. When I modified it to import VuePlugin from...

Looking at the index.esm.js I see there is an install function, though it it part of the index variable object which is then brought into the Plugin object as 'default':...

Looking at the index.esm.js I see there is an install function, though it it part of the index object which is then brought into the Plugin object as 'default': index....

I am working on an example of this for fun. I am replicating the netflix featured video section https://codesandbox.io/s/html-5-plyr-netflix-style-d5gfq I guess I should give a bit more context. The video...

I have created a temporary fix for now by pulling the hot reload middleware and modifying it. I set `hotReload: false` in moleculer.config and am not using the --hot or...

@LiamKarlMitchell typically, when transcoding video, the server will continue to transcode the video until the file is done. the reasons for this are several, with the top being that if...

@jansmolders86 I'll need to do a gist of the transcoding via chunks, it's something I'm currently looking into. My theory on this is that by using streams (web sockets) for...

@LiamKarlMitchell the issue with doing as you propose is that, for example, a user starts playing a file and accidentally browses away from the file. The user then goes back...