Collin Allen
Collin Allen
I'm encountering this (and similar) issues under Nuxt 2.15.8 as well. ``` $ yarn dev yarn run v1.22.17 $ nuxt ╭───────────────────────────────────────╮ │ │ │ Nuxt @ v2.15.8 │ │ │...
I've started work on a Vue wrapper for OvenPlayer, so I may soon be able to offer some tips, as Vue's component lifecycle is similar. I'll keep you posted.
With the release of OvenPlayer 0.10.15, it's pretty straightforward to wrap OvenPlayer in a Vue or React component: 1. Add `ovenplayer` to your package.json and install it 2. Create a...
I made a quick React app and used your above component to load a 44 second MP4 video, and OvenPlayer 0.10.16 calls the `.on('time')` handler about 8 times per second...
Note for future searchers: I also had to `import Combine` because `AnyCancellable` wasn't in scope.
Yes please! I've run into the same issue while deploying single-page apps. My current solution to avoiding conflicting `location /` blocks is to instead specify a whole new nginx `server`...
I'm running into the same issue. I have angular-ellipsis working and truncating correctly, but when I add `ellipsis-append` and `ellipsis-append-click`, I'm not sure how to "turn off" the truncation effect...
I just noticed something: the above is still true, _but_ I can trigger the re-evaluation of the height by resizing my browser just a little. So, to make the above...
I seem to have fixed this by calling `buildEllipsis();` right after `scope.$apply` gets called, but I'm unsure if it's a good fix.
Sorry, I don't think I have that snippet anymore, @Adam-Goldman7. The shipping code ended up with a small directive wrapping [jQuery dotdotdot](http://dotdotdot.frebsite.nl/), and that's been working well in production for...