Ahmed Mohamed Ibrahim

Results 10 comments of Ahmed Mohamed Ibrahim

Where should they be shown? My current ideas is to show them in a web page in the borwser for example or in relatively lightweight applicaton like `rofi` (I know...

I don't actually know a way to arabic letters in good font in the terminal. So, I suggested the web browser thing for example the user can issue the command...

I actually had a very similar idea which is to have the `q-cli` be runing in a kind of a watching state like if you wish `rustlings` and user will...

What about showing the actually showing the mpv running app? Then the user can use its GUI to do the job.

Another related problem that actually happened before and presisted after applaying the patch was youtube fullscreen mode: ![2023-01-14_07-16](https://user-images.githubusercontent.com/63132227/212457257-aea59829-316d-4d36-a1c9-577d65dd39a1.png) Notice how part of the bar is still there and same thing...

Hi, I am using `glibc void-linux` and the proposed fix in #2802 didn't complete the integration with kde-connect for me (not really sure if the problem related to the disto),...

another interesting approach is to use a script like this ```sh #!/bin/bash tmpfile=$(mktemp --suffix=.png) /usr/bin/flameshot gui --raw > "$tmpfile" # Save and Send if [[ -s "$tmpfile" ]]; then dest=~/Pictures/$(basename...

hi @cipig, I want to pick this one up. do you still have the testcases that failed with those Invalid address errors? would be helpful to have them handy so...

I'd like to work on this issue.

> Most methods taking `coin` as input accept a string only, for a single ticker. It would be nice to be able to pass a list of tickers (and receive...