ethan

Results 6 comments of ethan

Hey @WaterNewt @gavin1818 , Have you guys tried to update the python version in your workflow file to something more specific like: `python-version: '3.12.0-darwin-x64'`?

@slayerjain I was looking at pkg/proxy/integrations/mongo/mongo.go and pkg/proxy/integrations/mongo/encode.go and was wondering if perhaps the issue lies in the potential block within the concurrent access handling in the functions `encodeMongo()` and...

Interesting, I'll take a look into this and see what I can do! Update: I have provided a PR that should fix this issue.

I assume we can just create a gitignore file, and write the report path to it? much like how it's done in Rust using cargo

@slayerjain @nehagup Hopefully this fixes the error of #1755 ! Let me know if there are any issues or changes needed !

Hey @go-slark, Was browsing and saw your issue. Ensure that you're using a mutex for your write operations to prevent any overlap. Kind of like this: ```go func (s *Session)...