chris-aeviator
chris-aeviator
If you followed the "Mount my Existing Codebase" guide the docs a a bit incomplete. The first step mentions forking https://github.com/wodby/wordpress-composer and assumes all your code is inside `./web` (https://github.com/wodby/wordpress-composer/blob/master/README.md)....
@elkm-crypto did you install (and later uninstall) the `AdBlock Chrome Extension` inside of pennywise
I think the zoom works fine, but the geography in the standard example might not be fine grained enough
@FrazierLei was `--aug-prob` your path to better results?
@FrazierLei cool! Could you share the number of images you have been using to generate these?
Isn't https://github.com/org-roam/org-roam-ui/issues/231 more feasible in that regard? Saving the json within the modules folder (sent over using websocket) should work just fine?
Org-roam-ui should make it easy to configure port & host (expose to your local network by binding to `0.0.0.0`)
@DarumaDocker thanks for your reply. This is not documented in the reactr repo nor in wasmedge-go readme (mentions to specificly install 0.10 https://github.com/second-state/WasmEdge-go/blob/master/README.md?plain=1#L22). Should I make another issue in the...
having the same issue, docker on arch linux ``` docker --version Docker version 18.06.1-ce, build e68fc7a215 ``` running your docker command `docker run -it --name kafka-dev-landoop --net=host landoop/fast-data-dev`
turns out that I can sucsesfully start the stack by leaving out the `--net=host` parameter and adding the port mapping manually as `-p 3030:3030`. My full running command is now...