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

Open Issues Need Help

View All on GitHub

AI Summary: The task involves adding an ESLint rule to forbid the use of ESLint disable comments, removing existing instances of these comments from the codebase (primarily in `scripts/build.ts`), and replacing `console.log` statements with proper logging utilities. This ensures consistent code quality and adherence to established linting rules.

Complexity: 2/5
enhancement good first issue

AI Summary: Refactor the Ondatra Code project by changing the visibility of the `convertToFlow` method within the `FlowManager` class from public to private. This involves modifying the `src/utils/flow-manager.ts` file and potentially updating related unit tests to ensure the change doesn't introduce regressions. The goal is to improve code encapsulation and API design.

Complexity: 2/5
good first issue refactoring