Stephen Murray

Results 5 comments of Stephen Murray

@Rovel I ran into a similar issue and discovered the root cause. In the `Dockerfile` they specify the `content/` path as a `VOLUME` mount point (https://github.com/docker-library/ghost/blob/master/2/alpine/Dockerfile#L59) Removing this line fixes...

Our docker image/container is completely stateless. We run a dozen or so copies of ghost behind a load balancer, and all the content we store (imgs, etc) are synced to...

@Rahulsharma0810 I should have used the commit hash url (the file has changed over time so line numbers no longer match up). But essentially would need to remove the `VOLUME`...

Just wanted to cosign what @kevincennis is talking about here (and also have use cases as well for this change). This is very explicit behavior defined in the ECMAScript specification....

I had this same issue and was able to fix by removing my `"agent"` configuration hash in `~/.config/zed/settings.json`. These settings worked fine in the agent preview, but something broke in...