Jonathan Dick
Jonathan Dick
So one possibility here is to not allow for a `double SpeechRate` to be set, but instead make an enum with a number of practical choices: `Min, Slow, Default, Fast,...
My concern here is that `AVSpeechUtteranceMinimumSpeechRate` might be lower or higher on a given iOS version and not just in terms of the value itself, but the resulting speed of...
Any idea what the equivalent should be in theory on macos? Happy to try and help test it out if you can point me in the right direction.
I think this is good now. macOS 11 maps to MacCatalyst 14.0 [it seems](https://stackoverflow.com/questions/63581114/mac-catalyst-version)
.NET 9 we will want to bump for MAUI apps to: - iOS 13.0 - macOS 12 (MacCatalyst 15.0)
Make sure you're not using the default .NET managed HttpClient handler since Firebase would have no way to inspect network traffic through this handler. See this doc for more information:...
We should probably just accept the request and return an ok result but not store the keys. I'm assuming if the app is generating keys for a region, since the...
Can you run `dotnet --list-sdks` and share the output? You need dotnet core 3.1.x installed for maui-check (the assumption is you don't have 6.x yet if you're running it). Not...
Thanks, I'll think about how to adjust this error better...