Mohammed Keyvanzadeh

Results 10 issues of Mohammed Keyvanzadeh

## Description Removed the duplicated `IRIX` distro ASCII logo which already exists [here](https://github.com/dylanaraps/neofetch/blob/master/neofetch#L11190-L11213).

### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...

Release 8.x
Bug
Needs Triage

Remove the `logo-hexagon-card` PNG only used in meta properties and replace it with the `logo-hexagon` PNG for a better fitting logo with a transparent background to blend in with the...

- Change code style from [StandardJS](https://standardjs.com/) to [Prettier](https://prettier.io/)-like style. - Format all the code. - Use [ESLint](https://eslint.org/) for linting JavaScript code. - Add `package-lock.json` file to `.gitignore`. - Refactor code...

Add documentation for the community maintained Top.gg Lua SDK. This was already attempted as per https://github.com/top-gg/docs/pull/21, but the base branch of that PR was deleted and it became stale.

- Use the `%u` format specifier for printing `uint32_t`. - Cast the right-hand side of the condition of the `for` loop to `uint8_t` where it was implicitly promoted to `int`....

Remove unused variable.

meta

The Android configure script throws an unhelpful error message telling the user that `toolchain_path` is not defined when the script is run on an unsupported host OS, exit with a...

build
android

I'm not sure what the purpose of these `add_argument_group()` calls are that pass in an existing argument group but they are deprecated and may be removed, see the [Python documentation...

build
author ready
needs-ci

- Replace the `inquirer` dependency with `@inquirer/prompts` as the former is now legacy. - Update the `log-symbols` dependency and the `sinon` development dependency to their new major versions. - Update...