Bartosz Sławecki
Bartosz Sławecki
> I think that these plugins now works with the latest anyconfig. Could you please check them? Msgpack, except all the rest, is not found when installed. To reproduce, install...
Thanks for a valuable suggestion. I guess a good solution would be creating a key transformer. As for the new version of configzen, it could be possible with a `serialization_alias`...
This will be harder than I thought...
A question here: what exactly behavior is expected in this case? I will try to guess, basing on my intuition, what should be expected in specific scenarios: ## Scenario 1....
In other words, the `@deprecated` decorator is now officially deprecated.
In the PR, I allowed myself to remove the `ExecImportError` class as well as its and `SyntaxError`'s exception handling in the `exec_import` callee. That code is unreachable.
@rogeriopvl (I can't believe I'm saying this, but I rely on this PR merged and the new version released.)
Interesting. Quality checks [fail](https://github.com/copier-org/copier-templates-extensions/actions/runs/7943634751/job/21688501103?pr=3) due to non-strict settings. Mind if I change mypy to run in the strict mode in `config/mypy.ini`? It will likely imply some more changes outside `src/`.
The way both things work is obviously different, I'm very interested in exploring when which tool fits best Or whether they could be combined?
Related to https://github.com/Lucretiel/autocommand/issues/30.