Josix
Josix
+1 Currently, Traditional Chinese translation of Python documentation is facing the same problem.
This could be solved by adding `export DOCKER_DEFAULT_PLATFORM=linux/amd64` to your environment. I think we don't need to modify Dockerfile and docker-compose.yml only for running on M1 machines.
I added a checker in enter_dev_env.sh.to and set DOCKER_DEFAULT_PLATFORM to linux/amd64 when detecting the machine is arm64, please have a look, thanks! I'm not sure if there are other places...
Probably we should add some notes to the prompt information? If it is possible, please feel free to assign this issue to me. And I can also try to enhance...
IMO, I image the behavior of using quotes should work like entering value contain multi-line words in `echo` parameter. So, if the message body is `This "line" should not break`,...
Yeah, I also have concern about it. I should make some survey.
I would take this issue in the sprint of PyConTW'21.
I would like to use `TypedDict` to define the available fields for JSON, YAML, TOML config first.
> Just opening the debate: wouldn't it be easier and more consistent to fix/align the default `bump` behavior to the default settings (even if this is a breaking change) ?...
> I thought we could solve it by reading the value from config? I think there are total three combinations of configurations here: 1. user didn't specify `changelog_incremental`, the Config...