Skip to content

How to discuss about the project? Is their any discord channel? #93

@thePromger

Description

@thePromger

Hi
i really liked this project not to just decompile files but the way it works
Actually i didn't go through it till yet, but i did some testing on your hosted version

and i saw mostly are indentation errors which do create errors and LLM tries to add wrong code, which breaks it completely
so i also want to learn and help in improving it
do let me know if their is any discord, coz discussing their will be much easier

Suggestions & Problems :

  • try to break down the process per class/method/function and then concatenate them in single file according to the order
    it way chances becomes else that the suggestion by LLM breaks something else

  • we even need to add some logic too about indentation, try&except, if & else rules

  • whenever LLM saw any if, it tries to add else to patch the error but it doesn't needed their at all, the actually reason was the indentation error mostly & LLM just adds if or else mostly which adds more bloat/errors to code, even python interpreter also gives good suggestions to fix the error like identation, if or else, try & except, etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions