E.Z. Hart
E.Z. Hart
> Regarding the double to float change, I feel pretty strongly that float is the correct type to use. iOS/Mac using float (ok, they use nfloat) and SkiaSharp uses floats....
> Even with nullable structs, the code won’t be clean. You still need to check if it is default value. So the nullable struct is even uglier. That's only if...
@GuildOfCalamity Try converting all of the "&" in your HTML to "&" - I'm betting the parser is confused because "&" usually indicates that you're escaping characters in HTML. Unfortunately,...
Same question for @arivoir
This isn't something we would add to VerticalStackLayout because it would introduce complexity to the control and impact performance. And it sounds like you're not really looking for a stack...
@PontiacGTX If you configure the HttpClient using AddTransient instead of AddSingleton, does the problem persist?
@PontiacGTX does the endpoint you are posting to respond with a redirect?
@TimLariviere I spent some time getting this implementation started - #10279. Hopefully I'll be able to do some testing and finishing up next week. I'm not sure when we'll be...
Oh, also, there's another (admittedly poorly-documented) option that might help for this particular problem - the handlers for each control type allow you to specify an alternate factory method for...
The Windows version of this problem was fixed by #10243