patchwork icon indicating copy to clipboard operation
patchwork copied to clipboard

Automate development gruntwork like code reviews, patching and documentation with LLM workflows.

Results 145 patchwork issues
Sort by recently updated
recently updated
newest added

This PR solves this issue https://github.com/patched-codes/patchwork/issues/58

A naming conflict issue has been identified with the patchwork binary in the Graphviz package under Linux operating systems. Details are as follows: OS: Fedora Linux 40 (Workstation Edition) pkginfo:...

question

While attempting to extend the library by creating a GenerateUnitTests patchflow, several limitations in the current architecture were identified. These limitations hinder the easy extension of the library, which is...

In the get_source_code_context method in the ExtractCode.py file. If the context is larger than the context_token_length we just return None, None as position (as seen here - https://github.com/patched-codes/patchwork/blob/f1b107ab86c70a246691fc3062d561dd098a75ff/patchwork/steps/ExtractCode/ExtractCode.py#L32). As a...

enhancement

Javadocs comments are created with surrounding ``` which are breaking to java compilation. See example: https://github.com/FalkorDB/JFalkorDB/pull/71

bug

when `--debug` mode is enabled, make sure not to print api keys to the logs

enhancement
good first issue