Rekyt / bnfimage

:package: R client to BnF Image API
https://rekyt.github.io/bnfimage/
GNU General Public License v3.0
2 stars 0 forks source link

Fix encoding issue with Windows #8

Open Rekyt opened 3 years ago

Rekyt commented 3 years ago

Tests keep failing on Windows because of cassette encoding. We should:

  1. update vcr to last version,
  2. use option preserve_exact_body_bytes = TRUE,
  3. re-record all cassettes
Rekyt commented 3 years ago

To investigate this issue could use windows platform proposed by rhub. One thing could be to record the cassettes on a Windows machine.