Oliver Pike
Oliver Pike
I tested this yesterday with the latest versions of Big Video (1.0.0-13) and videojs (4.2)and the problem didn't occur so it appears to have been addressed.
In case it helps anyone, it wasn't working when I was using @v1 and then it started working after I switched to @master.
Did some more research and v1 is the top of master so it wouldn't make any sense for it to make a difference. I switched back to @v1 and now...
It was working for a bit for me, and now recently I started seeing the problem again.
the PR from @vigneshmsft looks to have fixed the problem for me
Now I'm seeing the same 'not waiting' problem with the PR from @vigneshmsft. Anyone else having the same experience?
In case some folks weren't aware, github added a concurrency setting last year: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency However the behavior doesn't mimc exactly that of turnstyle. Rather than canceling the most recent workflow...
BTW, there is also a job level concurrency setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idconcurrency But as with the workflow level setting, perhaps the behavior doesn't match that which turnstyle provides. I'm not sure since...
Hi - I'd like to take a stab at my first open source contribution. OK if I work on this?
To clarify is it just with the context of a css variable that the undefined variable should pass through as-is: ``` paper-textarea { --iron-autogrow-textarea: { @apply --app-font-monospace; }; } ```...