Christian Buhtz

Results 1150 comments of Christian Buhtz

Hello Samo, thanks for the feedback. I will merge the PR and we will see. I was also thinking about that IPC stuff (see #2260). I understand the basic concept...

From @bjce in https://github.com/bit-team/backintime/issues/1594#issuecomment-3187702967 and https://github.com/bit-team/backintime/issues/1594#issuecomment-3187815317 . Great I'll be happy to do that. 2 questions there if I may: 1. Why the choice of TOML (and not YAML): is...

Thank you for your example. > 1. Why the choice of TOML (and not YAML): is it because it is more resilient to failure to YAML? TOML is more human-friendly...

Thank you for that example. I'll take it as an inspiration when taking this issue.

It is an AI crap throwing user, also poluting my repo.

Just from my perspective as a maintainer: > * Proper ways to show interest in an issue That is a good and positive approach compared to just say "don't ask...

I am assuming this can not be fixed quick. The related code need more refactoring to handle this.

I am not a user yet, but I plan to become one. So I would like to see opt-out of that auto translation. I would strongly reject that.

Thank you for your reply. Having `__version__` doesn't mean to fill this variable with a static value. See [this example](https://codeberg.org/buhtz/hyperorg/src/commit/a814c4bf5e95bd522fabe66d7baed9d71a7090e9/src/hyperorg/__init__.py#L62) of one of my own projects how you can generate...

The use case is to check the value of `__version__` which is the usual way in Python packages. For example to create diagnostic data for my own application I need...