Ryan Williams

Results 4 issues of Ryan Williams

I'm trying to use JsonSchema.FromType() but it's throwing an InvalidOperationException. I suspect the reason is that [ArrayList.GetEnumerator](https://docs.microsoft.com/en-us/dotnet/api/system.collections.arraylist.getenumerator?view=netframework-4.5) has an overload which is not working with https://github.com/RicoSuter/Namotion.Reflection/blob/master/src/Namotion.Reflection/Context/ContextualType.cs#L146 I don't fully understand...

### Platforms affected iOS ### What does this PR do? Allows developers to set JPEG compression quality ### What testing has been done on this change? captureImage() 'quality' omitted /...

platform: ios
feature

### Platforms affected iOS ### What does this PR do? Add property 'animated' to optionally disable native screen animations. As iOS does not support the limit flag; capturing multiple images...

enhancement
platform: ios

Hi Dave, Can you please suggest how I might be able to prevent it from swallowing TaskCanceledException, and FormatException? I tried inheriting from PortalGateway but the Post method is not...