AJB99

Results 8 comments of AJB99

+1 Is there a timeframe for implementing this? I’m going to dig into this myself, but starting from scratch on the project it’s going to take a while for me...

I've actually found that this can be achieved by using the aggregate function, which is supported by mongojs. More information on adding collation as one of your aggregate options can...

Well, I've managed find a work-around for this. Looking at the src I (kinda) figured out what sort of value the `multiDragKey` option wants: ``` optionListeners: { multiDragKey(key) { key...

@OkanEsen Thanks for the info. The docs aren't "slightly misleading", they're downright wrong. I'd be happy to put in a PR with a fix, but I don't know what values...

Thanks @t1m0n, That did the trick for any time picker that hasn’t yet been chosen. Working on figuring out how to use the same technique to reset one that’s been...

@ajredniwja Did you even read the original post? It clearly states that this bug only occurs when `ContentLength` is provided as a param to the `Upload` command. I ran into...

What is the hook for adding coauthors to RSS feeds? I've tried the following, but it doesn't work: https://wordpress.org/support/topic/coauthor-in-rss-feed-fix/

I've run into this same issue using WP as a headless CMS with a Vue.js frontend that makes XHR requests to `https://wp.mysite.com/wp-json/*` to fetch post, page, media, etc data. I'm...