Ivan Kwiatkowski
Ivan Kwiatkowski
As far as I can tell, other models provided by OpenAI do not work as well when it comes to explaining code unfortunately. I'll close this issue for now, until...
That would be nice to have, but I have no idea how to do it. Quoting from [this StackOverflow answer](https://reverseengineering.stackexchange.com/questions/29194/undo-step-with-idapython) by an Hex Rays employee: > Only interactive user actions...
The thing is, storing the modifications isn't that much of an issue... What is complex is receiving the user intent of cancelling a modification. The plugin can't hijack the whole...
Hi! While this is a good idea on paper, I think that going into functions recursively could be a little dangerous, especially when you get into the STL and the...
Correct, because the comments added during the first request help davinci-003 provide better suggestions for variable names.
This is definitely something I intend to look into in the near future.
Hi! Thanks for your report. Would you be able to provide more context? Is this the full output related to the error?
Thanks for the report! Interesting, I'm assuming you checked out the code from GitHub and built it yourself? On which OS? If you run the command from `/usr/local/manalyze`, does it...
Hi! Thanks a lot for this PR! Let me try to run codellama-2 locally if it's not too complicated, to see if I can test the code and make it...
Hi! So, I've started playing with the code, to check if the UI works, etc. Seems to be good, but just trying to send a request with the default config...