Misha Wakerman

Results 5 comments of Misha Wakerman

// Disclaimer: this is not my area of expertise :) I was considering writing a wrapper for `mkcert` that encrypts and decrypts the `rootCA-key.pem` and `rootCA.pem` files between usages using...

For anyone else having this issue, our workaround was to go back to `rethinkdb==2.3.0.post6` ([the same issue appears to be present in 2.4.0](https://github.com/rethinkdb/rethinkdb-python/blob/v2.4.0/rethinkdb/_restore.py#L142)).

The steps for installing the drivers in the container... ``` apt update apt install software-properties-common add-apt-repository ppa:deadsnakes/ppa apt update apt install python3 apt install python3-pip pip3 install rethinkdb ```

// Update: I think my comment is slightly different and will make a seperate issue.