Eric Nielsen

Results 42 issues of Eric Nielsen

Double checking the exiting transformers defined in vcr.matchers, we see: ```python >>> from vcr.matchers import _checker_transformer_pairs >>> for i, (_, transformer) in enumerate(_checker_transformer_pairs): ... print(i) ... try: ... print(transformer(None)) ......

The tldr-c-client was deprecated in favor of the [tldr-node-client](https://github.com/tldr-pages/tldr-node-client), [tldr-python-client](https://github.com/tldr-pages/tldr-python-client) and [tlrc](https://github.com/tldr-pages/tlrc) Rust client. See https://github.com/tldr-pages/tldr-c-client/pull/118. The comparison documentation and benchmarks don't mention the new tlrc Rust client yet.