TheDcoder
TheDcoder
I noticed that `gogcli` currently starts the download from scratch if I interrupt it, it would be nice if there was an option to resume partially downloaded files. I tested...
I understand that `gogcli` acts more like a mirror program but it would be nice if there was a command to download only selected game(s) and possibly only selected files...
Hi, First of all, thanks for writing this crate, it was a big help in making progress with PAM authentication in my [project](https://github.com/TheDcoder/rsudoas)! However there's one flaw that I can't...
Currently `\t` is not rendered properly in CRT, instead of a proper tab stop character the terminal uses 4 spaces to replace it. This creates issues such as being unable...
Implements #471
**Describe the bug** spot doesn't seem to be able to recall credentials if the secret service provider is [KeePassXC](https://keepassxc.org/), but it can store them during initial attempt. Closing it and...
A lot of hair pulling was involved as I had almost no experience with PHP until I finally figured out why crypto currencies with numbers were "messed up"
`DEFAULT_PATH` replaces `safepath` for setting the `PATH` variable in the executed process's environment. `DEFAULT_PATH` follows the de-facto standard of Linux distributions which place `/usr/local` directories before their non-local counterparts in...
Hello, Please fix [`safepath`](https://github.com/Duncaen/OpenDoas/blob/b96106b7e34ac591ae78b1684e9be3a265122463/doas.c#L241) so that `/usr/local/*` paths come before their `/usr/*` counterparts, this is the de-facto standard in all other applications. This prevents use-cases where executables in `/usr/local/bin` are...
Hello, I am getting a very ambiguous error in my gulp task since I have added the `nameCache` option to `uglify` pipe 😕 Here is the complete error: ``` GulpUglifyError:...