Hugo van Kemenade

Results 1421 comments of Hugo van Kemenade
trafficstars

Thanks for the suggestion, how does https://hugovk.github.io/year-progress-bar/ / https://github.com/hugovk/year-progress-bar/commit/b300cb3b6692c223c50fb6aff7c759f30d840682 look?

I think I prefer the simpler one, but if you want you could make a PR into a new index2.html or something, or just fork it.

The graphemeu fork provides a wheel: * https://github.com/alvinlindstam/grapheme/issues/25 * https://pypi.org/project/graphemeu/0.7.0/#files

Naming things: when [accepting PEP 703](https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional-in-cpython-acceptance/37075), the Steering Council said they wanted us to use a positive term like "free-threaded" rather than negative terms like "no-GIL": > We want to...

Thanks, passing `ids=...` works around the env issue too: ```python @pytest.mark.parametrize( "test_input", [ "1", "2", "[" * (1024 * 1024), "{" * (1024 * 1024), ], ids=["a", "b", "c", "d"]...

Please see https://github.com/psincraian/pepy/issues/679

Yeah, it seems unrelated now. That one was about data missing at the source, but looks like that was mid June and not late May, like this issue. Sorry for...

Perhaps add the example as a new page to the docs at https://humanize.readthedocs.io?

Thanks for this! > ```shell > # register eol with the shell's completion framework by running register-python-argcomplete: > eval "$(register-python-argcomplete my-python-app)" > # use it > eol ne > nextcloud...

Thanks, so does the `eval` need to be run just once, or once per new shell or something?