Gjermund Garaba
Gjermund Garaba
@uraimo This was pushed out of 2.1.0? Is this still on the roadmap?
Yup, got an error related to this. I downgraded bimg from 1.7 to 1.6 and everything works. The code change related is probably this: https://github.com/h2non/bimg/issues/397 & https://github.com/h2non/bimg/pull/398/files
That was not really the point. And if you want to be specific about it: Only the initial opening of the websocket connection is http, everything after is not. And...
When using this with Bootstrap Modal, the flash overlay stays on the page after the modal is closed.
Anyone even looking at this?
Did anything ever happen with this? It would be helpful right now. There are very few angular trees available that is a good fit.
I have the exact same issue. This works perfectly for other HMR systems I have worked with. I'm using Lerna to symlink in different components. In Vue for instance this...
> as a work around, the following might work until we have a better solution: > > ``` > run: > FROM alpine > COPY --dir +hack/src . > RUN...
Or perhaps make it even more explicit instead with `--context`, `-c` set to the path where you want the context to be run from. That way it is still possible...
In case anyone faces similar issue. If you look at the cosmos-sdk go.mod file you see that they use a forked version: ``` replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 ```