Mike Dearman

Results 10 issues of Mike Dearman

Installed 1.2.3 on Windows 10 with python 3.6.5. ``` >>> import duplicate Traceback (most recent call last): File "", line 1, in File ".virtualenvs\Duplicates-1Bkne2Yf\lib\site-packages\duplicate\__init__.py", line 13, in from .core import...

This PR is designed to supersede PR #23 with several fixes: - Fix `find_links` to not drop URL parseable links and only process list once. - Add unit test for...

Regardless of if SerializedRawData found and removed the key, mark the key as deleted to handle when Clear() is called, which clears all SerializedRawData immediately, so then keys never really...

When switching from StateServer to RedisSessionProvider, I found that you're handling session keys case-sensitively, because you're using the default ConcurrentDictionary IStringEquality behavior. MSDN docs don't specify, but at least based...

- Updated to run tests with tox against various python + tornado versions. - Integrated setup.py from #65 since that full PR seems to have stalled. - Some of these...

I've been experimenting with Silk, and have a question about automatic profiling: I know with the recommdended configuration, it will track requests/responses, their duration, and SQL queries. It also writes...

needs info

Is there a way to set the `swagger-ui` `spec` property using the generated schema instead of the `url` property when loading swagger-ui via `drf-yasg`? By including the schema in the...

triage

**Describe the bug** A generated model with an enum field generates its default value using string type instead of enum value causes pydantic serializer warnings: ``` .../env/lib/python3.10/site-packages/pydantic/main.py:477: UserWarning: Pydantic serializer...

I'm using `S3Storage` backend with a Django model with a `FileField` field. With a model instance with a FileField tied to this storage, I need to be able to open...