Mike Dearman

Results 11 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...

> Looks like it, but I encountered a problem with grpc `traces` instead of `metrics`. Maybe there is a problem with `_logs` too. All 3 signals (metrics, logs, traces) never...

All 3 signals (metrics, logs, traces) never recovered with this scenario on my end too. I had to restart my app. ``` [2025-06-05 17:44:39,072] [WARNING] in [opentelemetry.exporter.otlp.proto.grpc.exporter 231039 140154689799744]: Transient...

As a workaround until the underlying https://github.com/grpc/grpc/issues/38290 issue is resolved , doing `pip install 'grpcio

I see the same warning happen when an instrumented celery worker tries to log task completions using `logger.info(fmt, context, extra={'data': context})` ``` [INFO] in [celery.app.trace 1816422 133972055703552]: Task mytaskname[42c5a639-16c5-48ca-832b-51fc2e1f0f40] succeeded...