Bob Olde Hampsink
Bob Olde Hampsink
@lavrton any chance of fixing this? We can't use konva for vue 3 because of this.
@lavrton I think vue-konva should just allow the use of `` tags, as they do not render html anyway. It would fix this issue.
@lavrton I provided a fix in #185
@lavrton it fixes triggering of this line: https://github.com/konvajs/vue-konva/blob/master/src/utils/index.js#L38 It is triggered by these lines: https://github.com/konvajs/vue-konva/blob/master/src/components/KonvaNode.js#L110-L113 which try to render a `` tag inside the stage, which is not a Konva...
Also seeing this issue
This would really speed up local development at the least. x86 emulation in Docker on M1 is so slow, it isn't even worth having an M1 over a good old...
Thanks @benalavi, with your input I have submitted a PR that would build the stack images for both amd64 and arm64: #227 Needs testing, so any feedback would be nice
FWIW I now have a multi-arch setup fully functioning. Running Heroku docker images on M1 is now blazing fast.
@ms-ati apart from building the stack image in arm64, every other step was specific to the buildpack (I used PHP) - do you perhaps use PHP?
Seeing the same thing - already have `detectBrowserLanguage: false`