gmtek
Results
2
issues of
gmtek
Run ```sh mkdir -p foo/bar/test && touch foo/bar/test/index.md cd foo/bar nvim test/index.md :Rename ../index2.md ``` expected: file renamed to `foo/bar/index2.md`. As the doc says relative path to current file actual:...
I am trying to run SpiceDB in my local. After `docker compose -f datastor/postgres.yml` up when I am trying to connect using zed, getting error. It seems like zed is...