Byron Coetsee

Results 6 issues of Byron Coetsee

Added cloud recognition... Could maybe keep this in a separate branch (Cloud Recognition) so those needing it can pull from there and those needing device recognition can pull from Master...

Hey :) Any way of making the circle full without modifying the library? Maybe passing a `-1` or something can indicate a full circle which would then use 2*Pi for...

Hi :) Is it possible to open the class for inheritance? I'd like to create a subclass which I can reuse instead of having to style the control on each...

Hey 😄 I'm trying to call one lambda from another one, using it's ARN. This works fine on AWS using `Fn::join` but it seems when using **serverless-offline**, it's resolved to...

bug

Hi How come most of the structs use `string` on almost all of the variables which would always be, for example, a `float64`? For example: ``` type CreateOrderResponse struct {...

Hi there, How could I adjust the height of the Page being shown to cater for the UITabbar at the bottom? Currently, only the very first page shown is the...