Results 16 issues of Elliot Dickison

The types for setUserId in the analytics service module do not allow for passing null, which is the recommended way for clearing out the user id: https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics#public-void-setuserid-string-id I updated the...

**Describe the bug** `QueuedAudioPlayer.currentTime` and `QueuedAudioPlayer.duration` continue to return values for the previous item for a short time after loading a new item with `QueuedAudioPlayer.jumpToItem`. Interestingly enough I can reproduce...

## Description If you include `form_configuration` on a `fusionauth_application` resource without specifying an admin registration form ID then Terrform will report that the admin registration form ID has changed on...

## Description If you define a `fusionauth_form_field` resource with `key = "user.email"` then Terrform will report that a mysterious `type` field (not in the docs) has changed on every apply....

It is not currently possible to configure webhook event signing. This should be solved with a new argument on the `fusionauth_webhook` resource along the following lines: ``` resource "fusionauth_webhook" "example"...

R2 has a non-standard requirement that all non-trailing parts of a multi-part upload be exactly the same size. With @tus/[email protected] and @tus/[email protected] get the occasional error `InvalidPart: All non-trailing parts...