Conversation
|
After a lot of confusion, it turns out the key error originally mentioned in #7 is due to the fact that a new question was introduced, and the context in the "prompt" phase does not contain this question (and its answer) yet (or something like that 😵). Instead of "fixing" this by preventing context hooks from running in other phases than "render", I suggest we simply document that the hook will run in all these different phases (and that the phase will be available in I note that we could add syntactic sugar (@noirbizarre 😉) in the form of parameter injection, allowing extension authors to accept |
Fixes #7. Needs copier-org/copier#1948.