-
I noted this when trying to use VCR for a use case where I'm querying a bunch of local ports, some of which reply and others which return a Connection refused. This seems to trigger various exceptions…
-
When searching for credentials (`SearchVCs()`) the `type` field is used for determining which fields are to be included in the search, but they're not filtered on. This might make sense from JSON-LD p…
-
Support Google Gemini as a provider via Gemini API
https://ai.google.dev/gemini-api
-
received from Julie Zinnert 16-October-2019
Attached here, also saved to their respective folders.
Attached 2015/2016 data for good measure, in case there are gaps in the existing data.
[VCR_…
-
I'm trying to record requests for my Rails 5.1 system tests, the request are sent to another Rails app residing on localhost under a different port.
No matter what I do, I can't seem to get VCR to …
-
First of all, a great repository for multimodal continual learning. Kudos!
I have a doubt regarding how to populate drawn_images in VCR dataset:
`The drawn_images folder for the VCR task can be …
-
Normally, if vcr gets a request not in the current cassette, it gives a nice error message. Something like:
```
VCR::Errors::UnhandledHTTPRequestError:
=======================================…
ghost updated
7 years ago
-
I am using VCR with cucumber. I want to ask VCR to ignore all requests to "api.stripe.com" and do not deal with them. Let the requests go through to the real Stripe API server. But only those. I want …
-
VCR doesn't work currently on PHPUnit 10
-
It seems like right now you need to define which functions will make use of `vcr` with a decorator. It would be great if there was a way to automatically enable `vcr` for all tests without requiring a…