Daniel Shin

Results 13 comments of Daniel Shin

We have same problem in South Korea (+52 seconds..)

@tminglei Thanks! Let me try and get back to you!

@tminglei > Because of this, the statistical aggregates can't be supported by slick built-in logic. Does this mean, general purpose aggregate functions work (`arrayAgg` specifically) with `groupBy`? If so, do...

Encountering the same issue here. Certificate is fine as the server succeeds sending notification for >95% of the time, but it fails intermittently. Not sure what the cause is. @santosh-1987...

I also sometimes encounter the infinite blocking on `service.push()`. It's hard to debug because it only happens very rarely.

Similar Discussion: https://github.com/aspnet/BasicMiddleware/issues/18

Way to test this behavior is by firing `curl -I -H 'X-Forwarded-For: 9.9.9.9' https://YOUR_APP.herokuapp.com -L`and see `secure` flag to be false even if we accessed via `https`. Removing `X-Forwarded-For` will...

@gmethvin Thanks for the response. I agree that the way done by Django is the way to go if at all. Changing the default value to anything else like I...

Hmm I'm not sure if the second approach of using filter is a good idea. Most people won't have this problem or even aware that this is even a problem....