Hervé Beraud

Results 205 comments of Hervé Beraud

Hello, Python eggs are an older distribution format for Python. Pypi doesn't seems to provide egg files by default. If you explore the tar.gz archive that you give in your...

Hi @AdiChat! Can you review please?

Hello, I think we face a similar issue on Openstack since we updated our code to pass the `flush_on_reconnect` param. [1][2][3] It will trigger a `flush_all` [4][5]. If you have...

@sidprak thanks for the heads up, I think you're right.

@thedrow thanks

Hello @thedrow, An update about these changes?

> We generally have avoided `tox` since most of the CMS ecosystem requires conda and the two together require some hoops to jump through. We could consider having this as...

> Instead of `os.path.join`, why not `pathlib.Path`? Why not... as long we surround path construct with something I'm happy :)

Also, in the sake to keep a proper project history (git history), it could be worth to [squash your commits](https://davidwalsh.name/squash-commits-git) related to this pull request. ```sh $ git rebase -i...

> @4383: Thanks for the feedback! These scripts were one-off scripts written in a real hurry, and don't necessarily reflect best practices, but this feedback is super valuable as we...