(Rew) Andrew McLagan

Results 113 comments of (Rew) Andrew McLagan

Why not namespace all the classes to PSR-0 standard? this would overcome all the class name conflicts?

Also if composer was being used properly we would only need to require it in our composer.json file and not call theme embed php script.

Agree this is a huge issue. On Edge the following error: ![wp-request](https://user-images.githubusercontent.com/1073259/65201069-8e792b80-dacc-11e9-81df-0a78172c7cdc.png) `Unexpected identifier, string or number`

Spread operator not supported in edge. https://caniuse.com/#search=spread%20operator Interesting as the babel config seems to have `@babel/plugin-proposal-object-rest-spread` although there are ALLOT of spread operators in the `node_modules` of the installed library....

This looks great. Fetch is very well supported with good isomorphic polyfils available. Superagent being somewhat bloated and redundant in-light of fetch support. My only comment would e IE11 is...

Could do later in the month

I would note that despite Wordpress having a fetch polyfill, allot of folks are using Wordpress as a headless CMS

Getting closer to a `1.0.0-beta.1`

I have written up a PR that addresses these issues and also allows support for more environments, which is logical considering this library claims to be isomorphic - which is...

In the end i abandoned the PR https://github.com/WP-API/node-wpapi/pull/439 as its going to take significant work to refactor the library. Id be happy to do it, just need assurance that this...