-
**Is your enhancement request related to a problem? Please describe.**
I love the enhanced playlist feature that allows you to enqueue videos in the Recommended Feed. The only problem is I …
-
VideoTrackGenerator enqueues VideoFrame objects which have a timestamp.
As per existing WPT tests, timestamps are expected to be preserved when doing VideoTrackGenerator->MediaStreamTrackProcessor.
…
-
@selwin since I'm poking around on here, I'd like to pick your brain / propose a feature:
Running `rqworker` with the `--with-scheduler` option is tremendous (`enqueue_at` and `enqueue_in` are grea…
-
https://wordpress.org/support/topic/dont-load-jquery-2/
jQuery and jQuery Migrate still show up
-
I am trying to enqueue songs using...
`self.appRemote.playerAPI?.enqueueTrackUri(trackURI, callback: nil)`
and the songs are added in First in Last Out order rather than First in First Out which…
-
Howdy folks,
I really enjoyed your [recent video](https://www.youtube.com/watch?v=-YAOrixzb-A)!
I struggled to get this plugin up and running in my local dev environment and have a few questions.…
-
Hello I'am having a problem with the downloader package and I don't know if it is error in my configuration or if it is a bug in the package, so I'am looking for help in here.
This code snipet is how…
-
## What problem does this address?
Part of https://github.com/WordPress/gutenberg/issues/41236.
There are many use-cases why one may want to add additional frontend javascript to existing bl…
-
How do we properly enqueue styes and scripts with this plugin?
If I reference these files from the `dist` directory that Sage ends up building, they are appended with random characters, so that's …
-
Any idea how to prevent enqueuing same job?
Maybe like if a job with same args exists More then 3 then we can prevent enqueuing it again?