Adam

Results 158 comments of Adam

We apply absolutely zero CSS of our own, so I think this is a bug in Gin (or Navigation, not sure which). Can you file an issue against Gin for...

I'd love to see something like this. Maybe a content block that gets installed by the top-level `starshot` recipe, and displayed only on the front page? I don't have time...

I think this might not be in our jurisdiction. It should likely be fixed in Gin, or Webform itself. Can you file an issue in Gin for this?

Just wanted to report that I checked out this branch and was able to build the image successfully (`docker build .`) using Colima 0.7.5 on macOS Sonoma 14.7.

However...when I tried to run this command: ``` docker run --rm -v $PWD:/data phenaproxima/splitsh:test --prefix=project_template/ ``` (`phenaproxima/splitsh:test` is just my local tag name for the built image), I got this:...

I got past the `safe.directory` error by altering the Dockerfile to copy a `gitconfig` file into `/etc`: ``` safe.directory="*" ``` But then I ran into this: `repository path '/data/' is...

Got this to work by using the hack in https://github.com/libgit2/libgit2/issues/6663#issuecomment-1843619580. ``` docker run --rm -v $PWD:/data -e SUDO_UID=$(id -u) 7343ebd3ff68 --prefix=project_template/ 16 commits created, 403 commits traversed, in 446ms 00167c4d8f10aae004462f4ad3dd697e0c6e5d69...

I am also being affected by this: https://github.com/drupal/cms-launcher/actions/runs/19608154195/job/56149953137#step:7:1