Alex Gable

Results 12 comments of Alex Gable

@sckott is this functionality possible given the current state of the package? Should I be approaching the problem of needing two cassettes (created and tested separately) to test a third...

I’ve got a function `c` that internally calls functions`a` and `b`. `c` makes no requests of its own. `a` makes a request and has its own cassette. `b` makes a...

In the example you made above, if your aim was to only have the salmon query in the `thing1` cassette, couldn’t you simply add the record:once option? I don’t believe...

The lone test case in the original implementation seems to imply that the expected behavior would be using cassettes in an ordered manner. https://github.com/vcr/vcr/blob/b38a38e6175af847f1c162e6bec29b9eadb12a9f/spec/lib/vcr_spec.rb#L355

it occurred to me that this functionality might be implemented in a package like [r-lib/styler](https://github.com/r-lib/styler/blob/master/R/parse.R) apologize for not giving a more thorough inspection of how exactly that package could help....

@randy3k should it be added as a dependency then so it installs by default?

Okay so, checking [the notes](https://github.com/python/cpython/issues/95299) for the changes that removed `pkg_resources` from python 3.12 it appears for those using `pipx` like myself the command that needs to now be run...

No problem! Is there a branch I could rebase off of?

Ultimately, it's hard to justify using this package over [configr](https://github.com/Miachol/configr) given the state of functionality.

Also facing this bug. This extension doesn't release the lock upon disconnect. You have to quit vscode entirely. Also, this shouldn't be necessary at all when the connection is set...