Henry Bley-Vroman
Henry Bley-Vroman
The readme says ``` : : ``` It should be ``` stage: : : ```
Currently you can config ```yaml stage: start-point: - my-branch ``` The result will be ```shell % git replay Resetting 0 to master git checkout -B 0 master Switched to a...
Have hit this rarely, possibly related to `(rename/delete)` conflicts. ```shell git replay # conflict # resolve conflicts git replay --continue # snip Cannot continue ``` ~Issue may be `git replay...
## Current The eleventy-img Eleventy Transform transforms `img` `src`s but not `img` `srcset`s. ## Desired The eleventy-img Eleventy Transform transforms `img` `src`s and `img` `srcset`s. ## Motivation Currently, the transform...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Update the issue title - [X] I have updated the title ### Expected...
Issue for documentation/findability. - For discussion, see #114 See also - #134 - #135 This feature is current a candidate for v6. - Scalar and glob prefixes can be strung...
Issue for documentation/findability. - For discussion, see #114 See also - #135 - #136 This feature is current a candidate for v6. - There is an array of regular abbreviation...
Issue for documentation/findability. - For discussion, see #114 See also - #134 - #136 This feature is current a candidate for v6. - There is an array of regular abbreviation...
### Astro Info My real local example: ``` Astro v4.10.2 Node v20.14.0 System macOS (arm64) Package Manager bun Output server Adapter none Integrations none ``` Minimal reproduction: ``` Astro v4.10.2...
If I'm understanding correctly, the cache hash is based solely on the fetched url. But the response is not necessarily unique to a url. It'd be helpful if everything passed...