pythagora
pythagora copied to clipboard
Generate automated tests for your Node.js app via LLMs without developers having to write a single line of code.
---------- GPT PILOT EXITING WITH ERROR ---------- Traceback (most recent call last): File "/Users/gaurav/Documents/Code/ai/gpt-pilot/pilot/main.py", line 126, in started = project.start() File "/Users/gaurav/Documents/Code/ai/gpt-pilot/pilot/helpers/Project.py", line 217, in start self.tech_lead.create_development_plan() File "/Users/gaurav/Documents/Code/ai/gpt-pilot/pilot/helpers/agents/TechLead.py", line...
I'd like it if the vscode environment for pythagora allowed for customized execution environments. In the same way that VSCode allows for me to execute my code on a remote...
Pilot couldn't find `npm` installed, so I installed it. However, it's still not finding it. Runs fine from the console for me. Is there a custom PATH, or is the...
Hi @LeonOstrez , Is there any plan to migrate the project to Typescript by any chance. As it would for helpful for development and maintenance. Just as a suggestion as...
I don't know if this is your extension or the interaction between your's and someone elses. I click on open gpt pilot, and the page opens asking me to sign...
Would be cool, if it only generated one test, so you can quickly see, if your project setup is correct and if it looks at the right thing and has...
When i delete the `pythagora_tests` folder first and then generate the tests, it always generates me an almost empty unit-test file with only the lines ```` ` ` ` `...
Please consider allowing developers to opt-out of telemetry: https://github.com/Pythagora-io/pythagora/blob/2d42b535a0a947d9f2b6c9165be9e1e4e8af5db2/src/bin/postinstall.js#L45
Fixed a bug here in which `getArgs` would fail in the case that Pythagora was being utilized from a subdirectory that contains a space in its path. See the error...
This docker config reproduces the issue described in https://github.com/Pythagora-io/pythagora/issues/60