You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's one very breaking thing I want to do, which is to make the function you pass to playback take one ctx argument. And then you can do stuff like is_recording(ctx), is_playing(ctx), ignore_headers(ctx, ["Authorization"]), etc. instead of the "global" config that we currently have.
I was writing some tests for another package and found that I kind of needed that functionality.
Are there any more breaking changes to the public API that we'd like to make before releasing BrokenRecord.jl version 1.0.0?
cc: @christopher-dG
List of planned breaking changes:
ctx
argumentThe text was updated successfully, but these errors were encountered: