Kodie Goodwin
Kodie Goodwin
I really like godebug and now that I am moving to a vendor folder I am very sad about this issue. delve is not nearly as good as godebug IMO.
The one thing I really liked about godebug was `_ = "breakpoint" to be able to drop a breakpoint in code. I use vim for my editor so it was...
If you are getting `KeyError: 'source'` it's because the documents in your vectorstore don't have the `source` field in it's metadata. Add this to your payloads/metadata of your vectorstore data...
@arthurkoch your code doesn't account for a large playlist, you'll need to handle the case where the number of tracks exceeds the limit. This code will continue to hit the...
Thanks for the response sbinet. After I posted the initial issue I tried that exact method of using `reflect.New()` but I hit the following issue. ``` panic: runtime error: cgo...
This would be a huge help for us too regarding the cancel intermediate builds! The issue is when someone deploys a branch, they would need to remember not to push...
@jhnnsrs yes please! This feature is super important as I'm trying to work behind a private api
Would be sweet to be able to hit a `import pdb; pdb.set_trace()` breakpoint. Currently you get an exception ``` Error running Python script: bdb.BdbQuit Stack Trace: Error: bdb.BdbQuit at PythonShell.parseError...