Rees Dooley
Rees Dooley
Some context before I get into the testing: - Shopify is using a custom pubsublite receiver and exporter in our fork of opentelemetry-collector - Occasionally the pubsublite client returns an...
Oh I need to amend to add a changelog entry with the bugfix
You need to specify a version explicitly as the only versions available are development versions. E.g. ❯ pip install lshash==0.0.4dev Downloading/unpacking lshash==0.0.4dev Downloading lshash-0.0.4dev.tar.gz Running setup.py egg_info for package lshash...
Can you post the output of `which pip` ? If you are trying to install to the system python3 you can install with `pip3`
You should be able to iterate the the hash tables and remove the hashed value of the item. See how things are added below: https://github.com/kayzh/LSHash/blob/master/lshash/lshash.py#L203 So you would need to...
I need to do some more robust local testing and post back here