pmav99
pmav99
I believe that pendulum is following the ISO definition of weekdays, i.e. it is behaving similar to `date.isocalendar()` in the standard library: https://docs.python.org/3/library/datetime.html#datetime.date.isocalendar if this assumption is correct, then pendulum...
@gs202 I think it should be week 53: > The ISO year consists of 52 or 53 full weeks, and where a week starts on a Monday and ends on...
Archlinux too ``` $ pacman -Qs neovim local/neovim 0.3.3-1 Fork of Vim aiming to improve user experience, plugins, and GUIs local/oni 0.3.9-1 An IDE built around Neovim ```
This is still an issue on 0.5.1
Even if a release to PyPi is not feasible at the moment could we have a new `git tag` created? At the very least, this will allow to update the...
Any updates on the PyPi package? For the record, we want to release a package that depends on pydap 3.3.0 and we can't do so because when we try to...
Just a reminder, if you find the time to pubilsh on PyPI, it would be really great :)
@silentwarrior as a work-around you can use something like this: ```bash #!/usr/bin/env bash # # Preview alembic's revision autogeneration # set -euo pipefail echo "=================================================================================" generated_revision=$(alembic revision --autogenerate | tail...
In case it helps, the example from the documentation does work with geoviews 1.7.0 but it is broken with later versions https://geoviews.org/user_guide/Annotators.html
I tested #583 and it does seems to fix the issue. Great job @Hoxbro !