Marcos Gutiérrez Alonso

Results 18 issues of Marcos Gutiérrez Alonso

[![asciicast](https://asciinema.org/a/498176.svg)](https://asciinema.org/a/498176) ## Summary This PR adds support for Wikipedia!! I added an option, `-W`, which will select a random article from Wikipedia and then make you type the summary of...

It would be nice to have arguments to this program. E.g.: * `pacmixer --vol +1` * `pacmixer --mute` and `pacmixer --unmute` * etc Said commands would apply for the default...

**Describe the feature you'd like** A timeout when the default server address is not working, and then it tries to connect to a backup server address. **Additional context** When you...

enhancement

I'm not sure if this question belongs in this repo... **I just want to be able to get an object from the window in python 😭** # Prelude So, as...

Replaced `system("clear")` with a custom function that just prints 100 newlines. That approach is faster than doing a system call, it is safer and works on any system. This should...

Now you can do: * `make`: Same as `make release` * `make release`: Compile with all optimizations enabled (`-O3`) → Faster and smaller program, but slower compilation * `make debug`:...

* I have created a PKGBUILD and published it to the AUR so that any Arch user can install it 😄 . It is called `minesweeper-cli-git`. * Added badges to...

No `-O` flag is provided in the Makefile, missing an oportunity for optimizing the binary file size and the code itself

When the screen clears (`system("clear")`), an annoying visual glitch (like a flicker) occurs because the "clear" call is so slow. Also the `system("clear")` call is POSIX-only (meaning no Windows compatibility).

```C rtl8812au/os_dep/linux/ioctl_cfg80211.c: At top level: rtl8812au/os_dep/linux/ioctl_cfg80211.c:10133:20: error: initialization of ‘int (*)(struct wiphy *, struct net_device *, unsigned int)’ from incompatible pointer type ‘int (*)(struct wiphy *, struct net_device *)’ [-Werror=incompatible-pointer-types]...