Mark Shust
Mark Shust
@bradleybrecher yes, I can't remember what issues I was actually having with this before (could have been many other updates I was merging in at that time), but I'll add...
@bradleybrecher ok thanks much for the info. Will test this shortly!
I'm not sure if this is any help as I'm a Mac user, but I always select Docker Compose, select the two `docker-compose.yml` and `docker-compose.dev.yml` files for the config files,...
I was able to get `nginx-proxy` working with `mkcert`. This makes running multiple instances of Magento possible with local SSL. Example repo at https://github.com/markshust/nginx-proxy-mkcert
Thanks for the report. I just went through a ton of issues & work, and am back to coursework at the moment unless I explicitly need a feature. I'm open...
I looked into this and did confirm the issue, just an FYI.
@sasafekete thanks for the update. I think we should hack the composer.json to update and remove jasmine then (or replace it with an alternative that works with apple silicon).
Here's what I used to do in `bin/setup` to eliminate the `vertex/module-tax` Composer module: ``` sed -e 's/"conflict": {/"replace": { "vertex\/module-tax": "*" },\ "conflict": {/' src/composer.json > composer.json && mv...
I really, really tried to add PhantomJS or find a build that works with ARM chips, but I'm really deeming this unfixable. I'll proceed with adding in the above hack...
Working on this