SGmuwa

Results 9 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.

I managed to get some more extra tests. All tests are done on iPhone 8. I deleted all geotags. size (kibibytes) | image resolution | white or ok | link...

Perhaps a duplicate https://github.com/TelegramMessenger/Telegram-iOS/issues/150

Please try this and write if it worked. ```python class MyExampleClass(models.Model): def create_jobs(self): job2 = ( self .delayable() ) job1 = ( self .delayable() .my_method_1() .on_done(job2) ) job2 = (...

Over the course of two days, I managed to learn more about SAMP with Chat-GPT and finally achieve public calls similar to PySAMP (or Zeex). However, for now, this is...

At this stage of development, I've successfully managed to retrieve events and event arguments from SAMP. During development, an alignment issue was discovered. So, I added a C-language intermediary. This...