Mike Dearman

Results 6 comments of Mike Dearman

I would be curious to see thoughts on field-level access implementations - in my case, using Django Rest Framework and its serializers (to control the fields output on a per...

We currently have limited checks in our UI for these use cases (one has just been looking at global user permissions), but if we expanded to take advantage of the...

@welegan Can you confirm if this satisfies your intent between the logic in RedisSessionStateItemCollection.Clear() which also clears the SerializedRawData collection too; and the RedisSessionStateItemCollection.GetChangedObjectsEnumerator() called during RedisSessionStateStoreProvider.SerializeToRedis ?

I know this was mentioned in the original PR #1735 and also brought up in #1944 (but closed), I have a similar need. I can't modify the source system to...

As a workaround, here is what I have working pretty well: 1. Create a new renderer class: ``` class SwaggerUIWithSpecRenderer(SwaggerUIRenderer, OpenAPIRenderer): """ Combined SwaggerUIRenderer with OpenAPIRenderer so that the Swagger...

Thanks @kjagiello . The output is super close to what I need, but it generates an incorrect module path to the enum for me. Without `--set-default-enum-member`: ``` # models/settings.py class...