Sandeep Ghael

Results 9 comments of Sandeep Ghael

You could probably use ``` - identifierForVendor or - identifierForAdvertising from ```

Good call-out. The first version would trigger an exception on pre1.2 versions of PyTorch. I've modified the code to gracefully degrade with older versions of PyTorch (prior to 1.2). Unfortunately,...

`w` on Ubuntu 24.04 returns info just fine. Something else may be failing in the parsing. My outputs ```❯ sudo circadian -t Reading config from file: /etc/circadian.conf Circadian launching. CircadianConfig...

```❯ cat /etc/issue ───────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────── │ File: /etc/issue ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── 1 │ Ubuntu 24.04.1 LTS \n \l 2 │ ───────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────── ❯ w --version w from procps-ng 4.0.4 ❯ coredumpctl info w PID:...

this seems like a potential problem https://github.com/mrmekon/circadian/blob/5dd06665d38c70f3f100d253e98be3c82e453efc/src/main.rs#L518 on my Ubuntu 24.04: ```❯ cat /etc/issue ───────┬───────────────────────────────────────────────────────────────────────────────────────────────────────────── │ File: /etc/issue ───────┼───────────────────────────────────────────────────────────────────────────────────────────────────────────── 1 │ Ubuntu 24.04.1 LTS \n \l 2 │ ───────┴───────────────────────────────────────────────────────────────────────────────────────────────────────────── ❯...

interesting: ``` ❯ w -h sghael 10.10.10.199 09:49 1:37m 0.00s 0.02s sshd: sghael [priv] gdm tty1 - 10:01 7:23m 4.93s 0.01s /usr/libexec/gsd-printer ❯ w -u 11:38:44 up 3:23, 2 users,...

yep, that's it. Thanks for finding the upstream bug. I'm looking at the circadian code and wonder if it solves the problem if 1) `w_from_args` removed all references to the...

@mrmekon I took a crack at removing w. I tested a bit on my Ubuntu box and the tty settings work now. I am less sure if the X11 checks...

related comment: https://github.com/kharvd/gpt-cli/pull/21#issuecomment-2184151092