Peter Nicolai

Results 23 comments of Peter Nicolai

for low-latency audio in Android there's this https://developer.android.com/ndk/guides/audio/aaudio/aaudio but it's only in android v27+ so they recommend this for android 16+ compatibility: https://github.com/google/oboe there's no audio decompression, only plays PCM...

Hi @ajwfrost, would it be possible for you to ask about this, to verify that it is indeed forbidden for AIR developers to know what happened when an app crashes...

We are also updating to this v2 API endpoint and noticing the lack of proper documentation about how `lineItems` works. I am guessing that this is an attempt to improve...

This was already an issue with the V1 api for offers that weren't free trials. It would have been nice to have offer state for a subscription in the subscriptionv2/get...

> > his was already an issue with the V1 api for offers that weren't free trials. > > No, V1 had a clear payement state free trial. Yes -...

This is a clever workaround! However, it highlights that this is a problem in the API, if developers are forced to check for ".." in the transaction ID along with...

That makes sense for compactness, but in practice I don't know of any JSON parsers that fill in default values for you from a schema (which is what I would...

Cross-compatible pickle protocol is for a different problem from the one you are talking about. You probably need to wrap the property access in a getter function which will catch...

ah, yeah we're doing something similar just on a case-by-case basis where we know we have datetime objects in the pickle property.. it seems like the "except" should actually specify...

Are some operations that were performed asynchronously before, in appengine Python 2, now being performed synchronously, or using a different concurrency approach that might especially disadvantage instances with a low...