Tim Stumbaugh
Tim Stumbaugh
When I would run this during testing, I would just run `tox` in the directory. I'm not entirely sure how we should do this with travis. Maybe it's enough just...
Using threading and a context manager, automatically advance a spinner at a customizable frequency during a context, removing some of the administrivia of running a spinner and enabling a spinner...
Sometimes we know that a particular import always has side effects and should never be removed. When running autoflake with `--remove-all-unused-imports`, there's not a way to say "everything except module...
Hi there, We are consider using datasketches in our C++ environment. The current organization, where there a bunch of folders, each with an `include/` directory, is a bit awkward for...