Karl Espiritu

Results 8 issues of Karl Espiritu

First of all, great plugin! Thanks. But it would be great if this would be implemented. Having not to open another browser if there's already existing browser.

Code: ``` .post(`${API_BASE_URL}${endpoint}`) .attach('file', body.file) .then(responseBody) ``` Error: ``` Uncaught TypeError: Cannot read property 'then' of undefined ```

````cli $ npm install react-redux-universal-hot-example --save-dev > [email protected] postinstall C:\Users\Private\Development\web\react-shop\node_modules\react-router > node ./npm-scripts/postinstall.js > [email protected] postinstall C:\Users\Private\Development\web\react-shop\node_modules\react-redux-universal-hot-example > npm run build > [email protected] build C:\Users\Private\Development\web\react-shop\node_modules\react-redux-universal-hot-example > better-npm-run build 'better-npm-run' is...

Hi. Just wanna ask where this `next` function came from. I'm doing: ```js var start = 0, limit = 1; recent(start, limit) function recent(start, limit) { FlashAir.API.getRecent(start, start + limit)...

I'm using ExpressoStore in EE which uses Omnipay as a payment library. And tried to update the omnipay by running `composer update`. `Fatal error: Call to undefined method Omnipay\Common\Item::getCode() in...