simohamed

Results 32 issues of simohamed

I'm not sure if this is possible within your CLI framework, but grouping flags as such (or some other way): ``` CONVENTIONS: -k, --kebab Uses the kebab-case naming convention -p,...

`-S` should preserve sentences. ```fish $ echo 'This is a sentence. this is another sentence' | stdrename --text -S This is a sentence. this is another sentence $ echo 'This...

```fish $ echo "Party Perfect Keep Dinner Simple Heat Frozen" | stdrename --text -l party perfect keep dinner simple heat frozen ```

``` ~/Downloads/getxbook-1.2$ make CC util.c util.c: In function ‘dial’: util.c:61:3: error: ‘TLSv1_2_client_method’ is deprecated [-Werror=deprecated-declarations] if((sslcontext = SSL_CTX_new(TLSv1_2_client_method())) == NULL) { ^~ In file included from /usr/include/openssl/ct.h:13:0, from /usr/include/openssl/ssl.h:61, from...

How to, instead of adding a torrent and setting a category to it using its hash, add a torrent with a category directly? `$ qbt torrent add url 'magnet...' &&...

question

Sometimes, the text and audio go out of sync. This happens if I skip forward or if I merely go a sentence back or forth. I'm not sure if it's...

Right now, my process to generate files is: get an epub, covert it to a txt file, run it through syncabook, make it an epub again. By doing this, I...

For accessibility/usability, it would be great if selecting an episode (using `space`) would also move down once (whether you are selecting or unselecting) ![image](https://user-images.githubusercontent.com/46059092/89217099-82eb0200-d5c3-11ea-8dee-b5a21ea4a719.png) ![image](https://user-images.githubusercontent.com/46059092/89217249-c2195300-d5c3-11ea-83f3-2acf365f0d6c.png) Meaning, you can select a...

**What version of VS Code are you using?** Version: 1.87.2 **What version of Tailwind CSS IntelliSense are you using?** v0.11.60 (pre-release) **What version of Tailwind CSS are you using?** 4.0.0-alpha.10...

From `README` > On the other hand, you won’t see the normal `webtorrent` output using this script. Is there a way to get download speed from the output of `webtorrent`...