Deepak Mittal
Deepak Mittal
I'm trying to use react-devtools and I'm getting this error: ``` TypeError: Invalid Version: undefined at new K (/home/dpac/projects/blessed-binance/node_modules/react-devtools-core/build/backend.js:1:63911) at Z (/home/dpac/projects/blessed-binance/node_modules/react-devtools-core/build/backend.js:1:67537) at Function.re [as gte] (/home/dpac/projects/blessed-binance/node_modules/react-devtools-core/build/backend.js:1:67745) at e.exports (/home/dpac/projects/blessed-binance/node_modules/react-devtools-core/build/backend.js:1:52797)...
First of all, thankyou for creating this package. It has helped me tons. I only require Fedex tracking and fedex docs are super confusing, so this has been a lifesaver....
In search_authors() function: ``` $args = array( 'search' => $search, 'get' => 'all', 'number' => 10, ); $args = apply_filters( 'coauthors_search_authors_get_terms_args', $args ); add_filter( 'terms_clauses', array( $this, 'filter_terms_clauses' ) );...
I think I've pinpointed a bug in co-authors search_authors. We were having issues assigning some posts to some authors when creating a post. Look at the following block of code:...
Add support for setting cookies in Request object and retrieve cookie to a string in Response object.
**Issue type:** [ ] question [ ] bug report [ x ] feature request [ ] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [...