Koos van Egmond
Koos van Egmond
I love having Beefy to quickly prototype JS in a browser. Having to locally install the libraries every time makes Beefy a bit obsolete versus a simple index.html. I also...
**EDIT** Gotta love documentation. I guess the npm package repo isn't updated with the new beefy. I managed to install 0.5.1 successfully with the following command, using github. ``` npm...
Confirmed it can not be used in Magento 2.3.1 as this version requires symfony/event-dispatcher 4.1.* whereas guzzle/guzzle requires ~2.1. I think it's necessary to upgrade to guzzlehttp/guzzle.
Awesome, @etu ! Thanks for sorting out and sharing the patch! :)
I actually installed this repo by now using `npm install rezoner/CanvasQuery' --save-dev`. I am writing my codebase in es6 using import/export. With the help of browserify and babelify for transpiling...
I would also like to add the following from the documentation pages of Browserify. https://github.com/substack/node-browserify#usage (See `--standalone`). It is used to make Victor.js a module and a global var and...
Your plan sounds satisfying :) and your assumption on the ES6 sugar sounds legit. Thanks for considering the support!
It isn't doing a thing for me neither. It even doesn't patch the app/Mage.php.
I think you might want to try `valet share`. Have you tried that?
At first it thought this is just an issue with your editor. Apart from the fact that the configuration which valet generates in php.ini aren't valid anymore, Magento indeed doesn't...