Jens Tröger

Results 121 comments of Jens Tröger

Definitely a required feature, I agree. The [`semantic-release` tool](https://python-semantic-release.readthedocs.io/) provides a [major-on-zero](https://python-semantic-release.readthedocs.io/en/latest/configuration.html#major-on-zero) config setting for this purpose. My personal take on this would be to add a command-line switch `--major-version-zero`...

I actually need this feature so I can work on a PR. @Kurt-von-Laven unless you want to, it’s your issue?

Alright, I’ll noodle through the issue this week and submit a PR based on comment https://github.com/commitizen-tools/commitizen/issues/501#issuecomment-1255345774 above.

> […] package age alone is probably not a good security signal Completely agree, which is why an opt-in command line switch may be useful. For me personally the age...

> […] meaning "audit the current environment" rather than "pull down metadata from PyPI". Valid in an offline scenario. Quick check and I think a `release-date` of sorts isn’t a...

I’d like to use this issue to scribble down thoughts & ideas, and to keep the conversation going. @woodruffw, unless perhaps you’d like to move the conversation to a more...

Thank you for the conversation! To add another aspect, black formatted a list comprehension in a surprising — and for me disagreeable — manner: ```python bla = [ { "multiple":...

In addition to `charset` perhaps using [Unicode Scripts](https://en.wikipedia.org/wiki/Script_(Unicode)) would be a useful feature here?

Thanks for the heads-up, @Zac-HD. It won’t happen this week or next but I’ll look into finding (or creating) a dataset that we can use to map scripts to codepoints,...

After some poking around, I think a first stab at building such an [aforementioned](https://github.com/HypothesisWorks/hypothesis/issues/1664#issuecomment-1377761988) strategy would be to sort the data. Unfortunately, Python’s own [unicodedata](https://docs.python.org/3/library/unicodedata.html) module gives access to only...