Joe Mewes

Results 7 comments of Joe Mewes

Sorry I thought they were. repo structure is, as normal: /modules /themes .platform.app.yaml build hook we came up with to get working was as follows: ``` build: | # The...

the absolute links don't work because of the docker (or any host->guest) dev environment with the repo paths on the host volume mapped on the guest being different. If you...

sure thing. I think for now, I might run platform build via a bash script and fix the symlinks myself as thats the only thing not working. And its all...

Just updated to JSDOM version 17.0.0 and getting `ReferenceError: TextEncoder is not defined` on all tests. Can't see any breaking change notes on release. Node version v14.15.4. Am miissing something...

I have this too. same scenario.. it is find with browser debugger. Let me know if there's any test repo/testing I can do to help find/resolve this. ![Screenshot 2020-03-18 13...

confirmed. I also can't see how this site an issue on ALL Xdebug setups using docker. so maybe we're missing something?

@wesleymusgrove I got this working from my docker container to HOST using docker for mac https://gist.github.com/ralphschindler/535dc5916ccbd06f53c1b0ee5a868c93 I'm not 100% sure why, but seems its possible to hookup guest & host...