Paul-Armand Verhaegen

Results 4 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...

Had exactly the same problem, fix in ghcr.io/n8n-io/n8n:fix-16281 seems to be working. Thanks !