satwell
satwell
I have datetime objects in UTC that I'd like to display in a local timezone with flask_table. I was expecting to be able to set `BABEL_DEFAULT_TIMEZONE` as mentioned in the...
## Your setup ### Formula commit hash / release tag v2.4.2 ### Versions reports (master & minion) ``` # salt-call -V Salt Version: Salt: 3006.0 Python Version: Python: 3.10.11 (main,...
**Describe the bug** A `git clone` of large remote repositories into a SeaweedFS FUSE mount reliably fails with this error: ``` error: inflate: data stream error (unknown compression method) fatal:...
- [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://pendulum.eustace.io/docs/) and believe that my question...
Python's pip and pipx put executable for user-installed modules into ~/.local/bin. Also the XDG basedir specification recommends adding it to PATH, so this may help more than just Python. Normally...
When I try to install Python tools with `pipx`, those tools won't run because they get installed into `$HOME/.local/bin`, which isn't in `PATH`. This fails in act runner, but works...
All of the buildpack-deps ubuntu images have broken content in `/etc/timezone`: ``` % docker run --rm buildpack-deps:24.04-curl cat /etc/timezone /UTC ``` The `/etc/timezone` file is supposed to be the name...