[go-nuts] Re: A CLI that generates tests using AI

2025-05-03 Thread Rashmin Mudunkotuwa (Rashm1n)
What does this do that the existing AI IDE's (Curser, Windsurf etc.) don't ? On Saturday, 3 May 2025 at 7:19:14 pm UTC+5:30 Cheikh Seck wrote: > Hi folks, I started working on a tool that leverages gen ai to generate > tests. The tool is open source and is accessible here: > https://github.com/

[go-nuts] A CLI that generates tests using AI

2025-05-03 Thread Cheikh Seck
Hi folks, I started working on a tool that leverages gen ai to generate tests. The tool is open source and is accessible here: https://github.com/cheikh2shift/testarossa. I'd appreciate some feedback about it too. -- You received this message because you are subscribed to the Google Groups "

[go-nuts] Re: Creating os.Process from existing Handle

2025-05-03 Thread Jason E. Aten
maybe see if the https://github.com/glycerine/bark approach will work for you. On Wednesday, April 30, 2025 at 6:59:20 PM UTC+1 David Bernecker wrote: > The tool I am working on needs to start a privileged process and wait for > the completion of the new process on both Linux and Windows. To ke