vikram-ray

Results 10 comments of vikram-ray

@doctorPrinz @tracid56 - For now, I checked out the previous tag and it worked for me. `git checkout tags/1.2.0`

Just a note. Order of middleware matters, If you are having multiple middlewares, the CorsMiddleware should be the last one.

Facing same issue on `zsh 5.9 (x86_64-apple-darwin22.0)`

I think flags2seg is changed to labels_to_segments.

> FileBasedCache Yes it deletes a random cache item. But as per [django-docs,](https://docs.djangoproject.com/en/3.1/topics/cache/#local-memory-caching) caches uses a least-recently-used (LRU) culling strategy. So I was expecting this behavior. But even it deletes...

Yes, I have read the docs again, there is no such claim to support MAX_ENTRIES.

> I believe the issue here is in docker-compose.base.yml > > https://github.com/PostHog/posthog/blob/d53b9d6a62876868099e894eaaa9441d96aa9f27/docker-compose.base.yml#L187-L192 > > The `temporal-django-worker` dict extends the `&worker` reference, but then _overwrites_ the `environment` to set `TEMPORAL_HOST: temporal`...