Alfi Maulana

Results 32 issues of Alfi Maulana

This pull request converts the main action script to use ES modules. This change currently does not have much impact on the project, but using ES modules will benefit the...

Remove `no-duplicate-imports` from being disabled in ESLint configuration.

fix
size:XS

- Use pnpm version 10 in CI because it's no longer actively maintained (see [this](https://pnpm.io/9.x/installation)). - Added `onlyBuiltDependencies` in `pnpm-workspace.yaml` because of the following warning:

tooling
size:S

Is there any consideration for implementing an extension like [colcon-bash](https://github.com/colcon/colcon-bash), but for the [fish](https://fishshell.com/) shell instead? Currently, when running inside the fish ecosystem, my workaround is to use [bass](https://github.com/edc/bass) to...

help wanted

This pull request bumps the Node.js version specified in the `.npmrc` file to version [24.8.0](https://github.com/nodejs/node/releases/tag/v24.8.0).

chore

This issue proposes implementing [Yargs](http://yargs.js.org/) for parsing arguments in the binary script.

feat

This issue suggests the implementation of an option that allows users to choose whether to output the ranking result directly to the terminal or save it to a file.

feat

This issue proposes the adoption of [TypeDoc](https://typedoc.org/) to generate documentation from the comments present in the TypeScript source files. TypeDoc will allow us to automatically create comprehensive and well-structured documentation...

docs

This issue aims to enhance the error handling and logging mechanism in the `google-rank` tool. The proposed solution suggests implementing error catching mechanisms to capture any potential errors that may...

feat

This issue addresses the need to limit Google search requests to avoid encountering HTTP 429 errors. The following changes will be implemented to achieve this: - Modify the code to...

fix
feat