Ryan Peach
Ryan Peach
@Torantulino can you give this issue a tag for long term tracking and discussion?
https://github.com/Torantulino/Auto-GPT/pull/444
https://github.com/Torantulino/Auto-GPT/pull/350#issuecomment-1500765044
Here's a hack if anyone wants it: ```python """ Used to fix this issue https://github.com/rebuy-de/aws-nuke/issues/1136 REF: https://chat.openai.com/share/6ac94163-61c5-41e7-a7d1-4a90e247a949 """ import boto3 from fnmatch import fnmatch # Create an IAM service client...
Very good summary @dosubot! I suspect this got missed by the rest of the team though. Its in the embeddings api which is less commonly used. I also can't downgrade,...
Been particularly hard to track down a minimal reproducible example in my codebase. I'll let this thread know tomorrow if I discover one.
This makes it a bit better but I think it just prevents it from repeating itself. This has worked for all my other libraries. ``` # Backtrace-cpp # Also requires...
This code in the golang documentation throws this error: https://pkg.go.dev/github.com/pkg/errors#section-readme ``` type stackTracer interface { StackTrace() errors.StackTrace } if err, ok := err.(stackTracer); ok { for _, f := range...
This really should take a research driven approach. We would need a metric to base the "improvement" on. I'd focus on making a framework, and then let people in their...