Michael van Tellingen

Results 51 issues of Michael van Tellingen

It would be cool to split the performance overview in regular requests and ajax requests. We can achieve this ourselves by appending '_ajax' to the view name if `request.is_ajax` is...

enhancement

The me() endpoints should return values based on the scope (anonymous_id: xx, customer_id: xx)

enhancement

Really minimal for now but it proofs that this will work. We use graphql-yoga instead of apollo since we can init this one without async support and it has fewer...

We need to be able to set the subscription_id on the terraform state backend for azure when it should use a non-default

bug

The CNAME resolving breaks on fargate, need to explicitly set 'resolve_cname_enabled' to False

**Describe the bug** I previously run into this issue: https://github.com/commercetools/commercetools-sdk-typescript/issues/647 but with the latest version (2.0) we now get the following error: ``` TypeError: Cannot read properties of undefined (reading...

bug

To remove the bus-factor a bit I am looking for co-maintainers. As mentioned in the README I don't foresee much new features to be developed, but mostly making sure it...

help wanted

To keep the issue tracker focused on issues in zeep please use discussions for other content

**Describe the bug** When using `@envelop/rate-limiter` with `node-redis` instead of `ioredis` it hangs due to a promise not being resolved. The issue is that node-redis no longer supports callbacks, so...