Tanmay

Results 11 issues of Tanmay

`fuck command exits with exit code 1` The output of `thefuck --version` (something like `The Fuck 3.1 using Python 3.5.0 and Bash 4.4.12(1)-release`): The Fuck 3.32 using Python 3.8.10 and...

Reading `strace` code was really stressful. So I thought `whatfiles` would be better to start off with And I found this :)

Currently, the program doesn't handle exceptions and it halts. I'm listing some failures here that I have experienced. ### 1. Username ```cpp string getuser() { return getenv("USER"); } ``` See...

## Description Recently, I removed `/home/linuxbrew/.linuxbrew/bin/` from `PATH` Since, `brew` still exists as a binary and we check if `Path::of("/home/linuxbrew/.linuxbrew/bin/brew"s).isExecutable()` and execute `brew list | { tr '' '\n'; }`...

The program currently only fetches `GNOME` theme information. Theme information for KDE, MATE etc.. can be added!

bug
enhancement

While displaying packages, the following error occurred! ``` npm ERR! code ELSPROBLEMS npm ERR! missing: @code-hike/mdx@^0.7.4, required by [email protected] npm ERR! missing: @mdx-js/react@^2.1.1, required by [email protected] npm ERR! missing: @types/json-stringify-safe@^5.0.0,...

When handling stdin, GNU diff now behaves as follows: * If a file is input, it displays the current time as m_time * If a directory is input, it appends...

## Updates ![image](https://github.com/mjakeman/extension-manager/assets/92677342/3583349e-84a7-4e12-ae35-910e2ad94773) ![image](https://github.com/mjakeman/extension-manager/assets/92677342/78c9cfa8-6a35-4430-9db0-5dd5094d242c) ## Related issues https://github.com/mjakeman/extension-manager/issues/646

**Describe the bug** For certain installed extensions, enabling the extension doesn't highlight the `GtkSwitch` button. ![image](https://github.com/mjakeman/extension-manager/assets/92677342/93155ad9-1c17-4247-8f4d-b917501156bf) **System Information:** - Distro : Ubuntu 24.04 - Extension Manager version : 0.5.1 -...

bug
help wanted

Support for input/output/error redirection can be added. For example, if I want to execute `cargo run -- < FILE` or `cargo run -- < DIRECTORY`. We can have a `redirect_input`...