Jace Browning
Jace Browning
Alternatively, `datafiles` could raise an exception when the field ordering does not match the pattern. Or we simply call out this gotcha in the documentation. I'm open to suggestions!
Underscores and dashes are used to represent spaces in URLs: https://github.com/jacebrowning/memegen?tab=readme-ov-file#special-characters That said, seeing `a/_.b` be changed to `a.b` is unusual. What text were you expecting to see in each...
I'm going to keep this open as a bug. http://localhost:5000/images/vince/a/_.b/c_d.png looks correct but http://localhost:5000/images/vince/a/_.b/c-d.png incorrectly redirects.
What additional fetch params did you need in your scenario? I wonder if there's a commonality with clone.
> I needed --depth 1 specifically Then perhaps this feature can start by sharing `params` configuration option and passing it to both `clone` and `fetch`, which have many of the...
@dependabot rebase
@dependabot rebase
@dependabot rebase
I am seeing the same issue with django-rest-auth==0.9.1, djangorestframework==3.6.2, and not setting `DEFAULT_RENDERER_CLASSES`.
> Git does not follow symlinks Can you expand on this a bit? If you attempt to use soft links for you use case, what happens? > Suggested implementation Initially,...