Results 48 issues of Darren Jones

Is it possible to display a field without the decimal? You don't expose the number formatter so i'm thinking not.

During setup I am improving the data I send to get better readings on the platform. I've ended up with a lot of `` values where i've added some new...

enhancement

Insights always sort by number of insights, however in some cases we may want to sort by the `breakdown` value instead. In this screenshot I am more interested in the...

enhancement

I don't see the point of having the little refresh buttons on every insight when a pull to refresh on iOS would be better. It's instinctive to use and a...

enhancement

In app purchase products aren't downloaded in an App Store app until I disable Lulu. Then the App Store data is received. I think Lulu must be blocking some of...

## Version of the custom_component v3.19.8 ## Describe the bug When the `Polling ` switch is enabled and I press the `Force data update` button, the `Data last updated time`...

Fixes #405 as it allows the use of the `id_token` instead of the `access_token` when signing requests. This is handy when using AWS Cognito with AWS API Gateway.

I need to provide the `id_token` to my API and not the `access_token`. If I override the extensions that create the `oauth2` signed request like this: ``` extension OAuth2Base {...

When I scan my app binary, it finds these (And I confirm from the Apple email that it also finds these): ``` NSURLContentModificationDateKey, NSURLCreationDateKey, NSUserDefaults ``` But when scanning my...