SGmuwa

Results 4 comments of SGmuwa

In some cases, you can use `text/uri-list` instead of `image/png`. ```bash echo "file:///path/to/image.png" | xclip -selection clipboard -t text/uri-list ``` But this does not allow copying the message from the...

[2021-11-02 20:24:54 UTC+4 cs:sz.strace.bash.log](https://github.com/ValveSoftware/halflife/files/7462392/2021-11-02.20.24.54.UTC%2B4.cs.sz.strace.bash.log) [2021-11-02 20:33:28 cs:cz.strace.hl_linux.log](https://github.com/ValveSoftware/halflife/files/7462460/2021-11-02.20.33.28.cs.cz.strace.hl_linux.log)

```python from pytimeparse.timeparse import timeparse from datetime import timedelta t = timedelta(days= -1, seconds=5) print(t) # -1 day, 0:00:05 t = timedelta(seconds=timeparse(str(t))) print(t) # -2 days, 23:59:55 t = timedelta(seconds=timeparse(str(t)))...

Add url `https://github.com/Warzone2100/warzone2100/pull/829` to description Youtube video https://youtu.be/itsd29NebGE please. I hardly found this page.