2 Open Issues Need Help Last updated: Aug 3, 2025

Open Issues Need Help

View All on GitHub
Libraries Utility Library
Filter Arguments 29 days ago

AI Summary: Implement support for filter arguments in the custom-string-formatter library, allowing filters to receive additional parameters passed as strings. This involves designing a parsing strategy to handle quoted strings and other potential complexities within the argument list, while maintaining consistency with existing syntax. Consider edge cases and error handling.

Complexity: 4/5
enhancement help wanted

Customizable String Formatter

TypeScript
Libraries Utility Library
Front-End distribution about 1 month ago

AI Summary: Add front-end distribution to the existing server-side Node.js custom string formatter library. This involves creating a build process (likely using a bundler like Webpack or Rollup) to package the library for use in browsers, and potentially adjusting the code to be compatible with browser environments. Documentation updates will also be needed.

Complexity: 3/5
enhancement help wanted

Customizable String Formatter

TypeScript