Kazuki Yamada

Results 27 issues of Kazuki Yamada

`static` workflow defines `dependency-version` in `matrix`, but does not use `matrix.dependency-version` internally. Therefore, even the job `PHPStan prefer-lowest` is executed with `--prefer-stable`, as shown in the image below. https://github.com/nunomaduro/collision/runs/5836478682?check_suite_focus=true I...

Since the last release, there have been several updates, including the fix for the transaction hash issue (#41) and the update to `web3p/rlp 0.3.5`. we kindly request a new release...

Implement Zod for Robust Configuration Validation ## Summary by CodeRabbit ## Release Notes - **New Features** - Introduced schema validation for configuration management using the Zod library. - Enhanced error...

今後の保守のしやすさを考慮してtsx(jsx)にしておきたい。 nunjucksは書く機会がほぼなく忘れてしまうのと、11ty特有のブラックボックスな挙動もあり移行したい。 参考 https://www.jetbrains.com/guide/javascript/tutorials/eleventy-tsx/

This PR includes comprehensive improvements to error handling and test coverage across the codebase. ### Error Handling Improvements - Enhance error handling in CLI entry point (`repomix.cjs`) - Improve error...

enhancement

## Proposal Change the default output style from `plain` to `xml` in version 0.3.0. ## Why? - XML output provides better structure for AI processing - I've been using XML...

needs discussion

This feature will allow users to upload zip archives or folders directly through the Repomix website (repomix.com), providing an alternative to the CLI tool. Feature was requested by user @huy-trn...

enhancement

Following @huy-trn's suggestion in the [previous discussion](https://github.com/yamadashy/repomix/issues/349#issuecomment-2651443446), let's explore the possibility of migrating Repomix to browser-side execution. This would enable static site hosting and potentially reduce server costs. The main...

enhancement

This is an experimental PR. Since GitHub allows downloading in zip format, it may be faster, so I will try it. Also, this may make the remote function of repomix...

Fix performance issues when processing large repositories through the web interface, specifically addressing request timeouts and UI hangs during rendering. - Large repositories generate very large output files - HTTP...

bug
enhancement