Julian Bez

Results 54 comments of Julian Bez

I solved this now in a same fashion as suggested in https://github.com/axnsan12/drf-yasg/issues/92#issuecomment-378539214 Here is a sample: ```python class HalModelSerializerInspector(FieldInspector): def process_result(self, result: openapi.Schema, method_name: str, obj: Serializer, **kwargs: Dict[Any, Any])...

For everyone having this problem and also using elasticmq, instead of the problematic `autoCreate: true` you can use a config for elasticmq pretty easily: https://github.com/softwaremill/elasticmq#automatically-creating-queues-on-startup

If you look at https://github.com/AnomalyInnovations/serverless-bundle/blob/master/index.js#L39 you will see that `keepOutputDirectory` is set by `generateStatsFiles`. Might that help?

Whoa for me as well, removing config did the trick 🤪

@lovelstn did you set up nonces correctly? In addition you still need required CSP rules to be set up (see https://developers.google.com/tag-manager/web/csp), but in the end it works for where I...

I merged master to fix merge conflicts.

For anyone coming here, please note that the related [graphene-django](https://github.com/graphql-python/graphene-django) is also dead as per https://github.com/graphql-python/graphene-django/issues/1324

> alternatives to this project? Seems like this could be something: https://github.com/KundaPanda/strawberry-django-jwt

@mariusandra and @Twixes is this something that would make sense?

Thanks for the input! > the dashboard would update automatically, just not save each insight Yeah this soft apply or preview is exactly the problem.. we don't have it. It...