zer0Blockchain

Results 3 comments of zer0Blockchain

This works for me, it will create a persistent volume in k8 using the existing volume identified by `volumeHandle`. Then I can create a persistent volume claim normally using the...

Here is the monkey patch to get it to work ``` import dataframe_image as dfi from dataframe_image._screenshot import Screenshot import subprocess import io from pathlib import Path from tempfile import...

this is a monkey patch, you just need to run this before you call the export function. it's patching the `take_screenshot` function of `Screenshot` `from dataframe_image._screenshot import Screenshot` - I...