Graeme
Graeme
### Summary Smocker appears to add an extra `|` character when saving a request-body matcher to the `mocks.yml` file. ### Smocker Version 0.18.2 (using latest version of docker `thiht/smocker:latest`) ###...
## Expected Behavior When a table is created with a foreign key constraint and **no foreign key action is provided**, wrench should not add `ON DELETE NO ACTION` to the...
### Discussion Add the `LinkDomain` field to the `ActionCodeSettings` struct, this new field enables migrating off of firebase dynamic links, which is deprecated and will be unsupported soon. See issue...
The `ActionCodeSettings` struct is missing the [linkDomain](https://firebase.google.com/docs/reference/admin/node/firebase-admin.auth.actioncodesettings.md#actioncodesettingslinkdomain) field. The `linkDomain` field is required to migrate off of dynamic links, it's part of the [migration guide](https://firebase.google.com/docs/auth/android/email-link-migration?#customize-mobile-links) for using a custom Firebase...
This PR adds `autoPlay` to `YoutubePlayerParams`, in order to prevent autoplay when using the fix in [#1126](https://github.com/sarbagyastha/youtube_player_flutter/pull/1126). When I applied the fix in [#1126](https://github.com/sarbagyastha/youtube_player_flutter/pull/1126), youtube videos started autoplaying, although previously...