Artem Salpagarov

Results 12 comments of Artem Salpagarov

Overall motivation seems a bit exaggerated. Crash reporting background/foreground thing is of course invalid, but sessions are tracked correctly as of now. Could you @aimkey give a reproducible example when...

> ProcessLifecycleOwner approach may still be worthwhile for maintaining sessions across orientation changes. Question: Is it intended behavior for a session to end and a new session to begin on...

Lol, what's this @ar2rsawseen ? :D

Whoa, thanks @paristsai missed that one. Does the issue still persist @danusch ?

Thanks for the input @sapkra Which file it tries to access?

Ok, it seems [this](https://github.com/phusion/baseimage-docker/blob/master/README.md#security) would solve the issue for you. That's more of a baseimage issue. Regarding root, for a number of reasons (rather obvious I guess) install script has...

Yes, we'll look into either updating base image or switching to something else in the future. Let's keep this one open.

> PPS: what does it mean that Docker images are just for evaluation only? Is this because of licensing or technical reasons? It's because having mongo + nginx + 2x...

Sure. I used this module to send push notifications through relatively new [APN http/2 interface](https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/APNsProviderAPI.html). Authentication for APN is made via use of client-side certificates. To send a push notification...

Oh, it's even more fun than just 403. Certificates issued for 1 year and when they expire (surprise!) connection is reset. They also have some special relationships with SETTINGS frames,...