-
ACA-Py is deprecating several v1 protocols, such as `connections`, `issue-credential` and `present-proof` in favour of `did-exchange` and the v2 version of the protocols, respectively.
This issue is …
esune updated
1 month ago
-
I use the following naming for my cassettes:
```
use_cassette "Stripe.PlanTest/count" do
```
The above means I want to keep `count.json` inside `Stripe.PlanTest` folder, which is a name for my test …
gmile updated
8 years ago
-
I'd be happy to submit a PR that implements VCR-like support as implemented here:
https://github.com/mwlang/binance/blob/master/spec/support/vcr.cr
Basic idea taken from the [Ruby VCR gem](http…
-
When trying to create specs for our implementation of [Appnotic](https://github.com/ostinelli/apnotic), I find out VCR is just not working properly. Looks like VCR has no support for [NetHttp2](https:…
-
could use some full acceptance tests wrapped in VCR.
-
Note that these errors occur with a base build `./manage build` but not with `THEME=bcgov ./manage build`
1. Error when posting a credential:
```
vcr-api_1 | Exception occurred during proc…
-
I'm running Ubuntu 22.04.4 LTS and would like to use vrecord to capture from multiple DV decks at the same time. However, the application only sees one DV device when I have multiple devices connected…
-
Currently, it seems that VCR cannot record inside of a before(:context) block. Here is an example:
```ruby
require 'bundler/inline'
gemfile do
source "https://rubygems.org"
gem 'rspec'
…
-
**Is your feature request related to a problem? Please describe.**
I need to be able to turn on and off `vcr` via a fixture. Currently I have a fixture that changes the `fqdn` of the test calls based…
-
Recorded Thrift payloads should be readable (and editable by humans). thriftrw makes this simpler to do. We'll have to figure out a migration path for existing cassettes that are using base64 blobs.