2 Open Issues Need Help Last updated: Jul 4, 2025

Open Issues Need Help

View All on GitHub
Remove `axios` dependency about 1 month ago

AI Summary: Replace the `axios` dependency in the Chelonia CLI tool with the built-in `fetch` API for downloading the Chel binary. This involves modifying the code responsible for downloading the binary to use `fetch` instead of `axios`, removing `axios` from the project's dependencies, and ensuring the functionality remains unchanged.

Complexity: 2/5
enhancement good first issue javascript

JavaScript

AI Summary: The task is to resolve a linting issue in a Deno project. The `deno task lint` command is failing because of a warning about the `importMap` field and because the `standard` command is not found. The solution involves investigating the Deno configuration (`deno.json`) and potentially replacing the `standard` linter with a TypeScript linter, such as `typescript-eslint`, ensuring compatibility with the project's setup.

Complexity: 3/5
bug good first issue help wanted priority:high

JavaScript