Paul-Armand Verhaegen

Results 3 comments of Paul-Armand Verhaegen

@markgrover maybe better post the details here, since Amundsen's slack plan currently does not retain history for messages and files longer than 90 days.

This should work: ``` from io import BytesIO bytesio = BytesIO() # sbf is your scalable bloom filter sbf.tofile(bytesio) # reset the stream handle to the start bytesio.seek(0) # you...