Sigurd Spieckermann
Sigurd Spieckermann
@msclock Please feel free to reach out if you need help with the test case.
Thanks for reporting this bug, @henryiii! :pray: And sorry for the inconvenience (again). 🫣 I've submitted a PR that fixes it: #2114 However, this bug reveals a more general issue...
> My understanding is that context hooks can/should now use the `phase` value in the given context to make sure the hooks only run when it makes sense (avoiding redundant/expensive...
AFAIK, patching is the only way. See, e.g., `torchvision`: https://github.com/search?q=repo%3Apytorch%2Fvision%20patchelf&type=code
Oh, I see. Would you like me to rename the title and rephrase the description to refer to the unexpected model before validator value type?
Thanks for proposing this enchancement, @emcd! :+1: And sorry for the delayed reply! 🫣 Requests for monorepo support have come up several times before. The documentation also addresses this question:...
How about raising an issue over at Renovate? https://github.com/renovatebot/renovate/issues
Thanks for proposing this enhancement, @JanMalte! 👍 I'm not opposed to the idea, but I don't have a clear idea yet how it could be implemented. Copier's update algorithm is...
The mypy logo alludes to the type hints syntax like `var: List[int]`. Omitting the Python logo and the colon would reduce the logo to something like `List[int]`. On the other...
How about an approach similar to conditionally rendered files? For example: ```yaml !include "{% if %}env/dev.yml{% endif %}" ``` This is a familiar technique for Copier template authors and does...