Ritesh Raj Sarraf
Ritesh Raj Sarraf
Hello @tommie-lie I think this bug is a perfect candidate for this extension. IMO, the extension should be in a better position to sense changes in current tz and then...
I have xonsh installed and configured as my user shell, in just my terminal config (kitty). I also have `xonsh` specified in my `kubie` config like: ``` @ cat ~/.kube/kubie.yaml...
I looked for the obvious answers but couldn't find one. Neither does the man page says anything about error. Version of fdm installed is: ``` fdm: Installed: 1.9+git20181219-1.1 Candidate: 1.9+git20181219-1.1...
## Description Currently, we can do: ``` @ echo 'Ritesh Raj Sarraf' Ritesh Raj Sarraf ⛢ 19:51:01 rrs@xps ~ @ echo Ritesh ॐ 19:51:23 rrs@xps ~ @ echo Alt+F 'Ritesh...
Because the assumption that those hard-coded paths are the only paths a user may have feels wrong. Also, Because pathlib.Path wasn't resolving ~ to a proper absolute path. ``` ♄...
So I was using the `rsync` model to backup my data. To do so, I was `rsyncing` selective folders from my `$HOME` to a btrfs based sub-volume. And then I...
On Arch Linux, the documentation clearly states that /etc/localtime is not required, and in CI it's not present. Patch the timezone handling to assume UTC when /etc/localtime is not there....
fakechroot: Skip tests for shorter path lengths than before The existing Unix socket test already skipped the tests when the environment had a longer pathname than 75 characters. The limit...