Marin Atanasov Nikolov

Results 51 comments of Marin Atanasov Nikolov

This is partially implemented by the [pkg-plugins-zfssnap plugin](https://github.com/pkgng/pkgng/tree/master/plugins/pkg-plugin-zfssnap) which creates a ZFS snapshot before taking any install/deinstall actions. On the other hand it would be really nice to have a...

Hey @akosyakov , Can you please provide a minimal example, which we can use to reproduce the issue? Thanks!

Hey @simonoff and @akosyakov , Can you please provide example code, which we can use to reproduce the issue? Thanks!

> I fixed it by storing whole response as base64. Great to hear! Since this may be something useful for others to know, would you mind sharing example code, or...

You should be able to achieve this without having to modify the core, but instead by using hooks. - https://github.com/dnaeon/go-vcr/blob/c2dfbe9cad927cd34303d7f063680b60efa05156/pkg/recorder/recorder.go#L104-L121 You can find examples here as well: - https://github.com/dnaeon/go-vcr?tab=readme-ov-file#hooks

Just tested things out and encoding works fine here with the latest version. Can you please share sample code that you have, which doesn't work as expected? Also, which version...

> We just added this issue [#140](https://github.com/dnaeon/go-vcr/issues/140) because we are seeing a backwards compatibility breakage between 4.0.4 and 4.0.5. If that breaking change can be rolled back, I would need...

> We updated the module using > > `go get gopkg.in/dnaeon/go-vcr.v4@c2dfbe9cad927cd34303d7f063680b60efa05156` > > And tested creating a new recording and running all our tests, everything is working with this commit....

Hey @akosyakov , Not sure when and whether I would find spare time to work on this one, but I'd be happy to review any PRs with such features, thanks!

Hey @bon , Thanks for the PR! I've added a comment to the PR, let me know what you think, thanks again!