Mike Fiedler
Mike Fiedler
We use [`passlib`](https://pypi.org/project/passlib/) in warehouse as part of our user account management service: https://github.com/pypi/warehouse/blob/26a3446ada6c2db27e6e608d81508ca25018f389/warehouse/accounts/services.py#L79-L93 The TL;DR of what this does is allows user password hash algorithms to evolve over time,...
With this simple caching mechanism, each running instance should only have to make a single call at their first instantiation, and cache the result for the lifetime of the process....
Hello! Thanks for making this tool - it's quite cool and fast. I've been using difft as well as [diffoscope](https://diffoscope.org/) and was curious if you had a solution to a...
Observed using SQLAlchmey 1.4.28 and sqlalchemy-citext 1.8 > SAWarning: UserDefinedType CIText() will not produce a cache key because the ``cache_ok`` attribute is not set to True. This can have significant...
With the uptick in pyproject.toml usage, update library without `setup.py` implementation.
When running gitfaces against a private repo, RuntimeError is raised: ```python Traceback (most recent call last): File "/usr/local/bin/gitfaces", line 29, in gitfaces.fetch(args.repo, args.outdir) File "/usr/local/lib/python2.7/site-packages/gitfaces/__init__.py", line 53, in fetch _fetch_github(git_names,...
Add a configuration for the user to opt-in for a Sentry project to search across all Clubhouse projects. When the flag is active, skip adding the configured Clubhouse project ID...
When attempting to run a banderstnatch mirror against a locally-running index on port 80, a an exception is raised. https://github.com/pypa/bandersnatch/blob/131438f40536c83c5074af90e2e337dfdadffebb/src/bandersnatch/master.py#L50-L53 Feature: Add a configuration parameter or CLI argument to skip...
Something about our Release Descriptions tables is causing orphaned records. This was discovered in #14788 when fixing the `backref` to `back_populates` relationship flags. This SQL query will expose the orphaned...
As a means to test and demonstrate that using Redis as a broker is an easy replacement for SQS. Add flower at `http://localhost:5555` to play around with and observe behaviors....