James Murty
James Murty
Hi @FlorinTar which version of `docker-compose` are you using? FWIW we are using version 1.13.0 internally, as is included with Docker for Mac. Here is my version info: ```bash $...
To clarify @FlorinTar docker-compose version 1.13.0 is the latest, per https://github.com/docker/compose/releases
The root problem here is that bidirectional ManyToMany relationships, with publishable models on both ends, need special treatment in the Django admin to show only the IDs of draft copies,...
It looks like it might be the `force_checkout` function that is failing, it calls `git ls-crypt-${CONTEXT}` (CONTEXT is "default" by default) then `git checkout --force HEAD -- "$file"` for each...
Thanks for digging into this issue and providing the great test scripts. I have run some more tests and used your test scripts and I'm coming to the unfortunate conclusion...
You are right that there is nothing magic about `$GIT_DIR` because Git itself understands and uses this environment variable, but when the git repo/working-copy and metadata directories are in unusual...
Hi @natew this is probably too late to help you sorry, but if you haven't solved this problem yet can you try using the latest version of _transcrypt_? If this...
Hi, no that doesn't seem right. Which version of _transcrypt_ are you using?
I just experienced this issue in a project using `pnpm` and can confirm that installing `@sanity/client` explicitly with `pnpm add @sanity/client@latest` fixed the problem for me.
Hi, those output settings generally work but not always, it depends on the underlying XML library understanding and respecting those settings. If you are using an XML library that doesn't...