Chris Rowe
Chris Rowe
+1 digging into this some more
+1 I'm also seeing this
@PaulMorel Thanks for flagging this, obviously the solution is to use an array if ints as per the docs. If you'd like to PR for throwing an error that'd be...
Yep, I could really use this to
I've used subscriptions elsewhere and enjoyed the benefits. It's by no means a requirement for my current project, and a refresh button or implement polling on the front end will...
I have no message queue implemented currently and had anticipated using node. FB's approach seems ideal since it's additive
I'm facing this issue too. @thoskam did you have a work around in place?
``` var video = $('.js-video').data('vide').getVideoObject(); video.onended = function() { alert("The video has ended"); }; ``` Works great for me when looping is disabled.
Seeing the same issue here, I assume related to a recent change in Craft ``` PHP Warning – yii\base\ErrorException count(): Parameter must be an array or an object that implements...