Hugo

Results 1710 comments of Hugo

With the following dependencies: ``` atomicwrites==1.4.1 click==8.1.7 click-log==0.4.0 configobj==5.0.8 icalendar==6.0.0 -e git+https://github.com/pimutils/khal.git@106e4d013e33640cccccbed823c948f41027e2d0#egg=khal python-dateutil==2.9.0.post0 pytz==2024.1 pyxdg==0.28 six==1.16.0 typing_extensions==4.12.2 tzdata==2024.2 tzlocal==5.2 urwid==2.6.15 wcwidth==0.2.13 ``` `khal new -i` works fine for me.

See: https://github.com/pimutils/khal/pull/1362

My bad; the changes are described in the README, as linked by op above: https://github.com/collective/icalendar/blob/main/README.rst#version-6-with-zoneinfo The `pytz` timezone implementation had a `localize()` function which seems to be equivalent to [`datetime.replace(tz=...)`](https://docs.python.org/3/library/datetime.html#datetime.datetime.replace).

~~Some of our usages of the `localize` function pass a `date` instance. In this case, it's not as simple as using `replace`, we need to convert the date into a...

Rebased and applied. Thanks.

Indeed, #470 seems to include this along with many other changes. I'll leave this open for now; at least until there's some feedback for #470.

Any objections to tagging a new release, @alepimentel, @yakovsushenok ? Comments above indicate that we should be able to push to PyPI.

Potential improvement to address this: pressing Tab should focus the bottom view (when it is open) so that the arrow keys can scroll through it. This is likely also an...

Why do we want to drop this? Some browsers might still send the information, I see no reason to discard it when available.

Do Windows XP, 7 and 8 also spoof the OS version in user agents?