rutgersc

Results 13 comments of rutgersc

Thanks for the fix! Any idea when this will be available? I saw 1.7.4 on the github release page, but it's not yet available on nuget it seems. @jfversluis

Running into similar problems after applying workarounds ([this](https://github.com/dotnet/maui/issues/10163#issuecomment-1406251217) and [this](https://github.com/dotnet/maui/issues/10163#issuecomment-1416858524) one) for crashes on iOS: #10163, #18481, #20037. Haven't yet come across a workaround that consistently works for these invalid...

@Ganesh-210 do you perhaps have an explanation for why removing `CachingStrategy="RecycleElement"` would fix this issue?

Is there any update on this? As @eduarddejong mentions, there are other languages that have none of these issues, where they either require everything to have a return value, or...

Hey there, is it possible to merge this one? Should be a pretty safe change.

Seems reasonable to validate this, especially if it fails to parse a playlist which would otherwise not be usable anyway? I'm unfortunately not a user of of these more in-depth...

Ah right ofcourse, there has to be at least one anchor to use as a starting point and fail otherwise. Having the offset be non-optional is nice too. Agreed that...

Looking at this again, validating seems like a nobrainer indeed. And since we already know what the offsets should be, why not keep the validated data around and serialize it,...

Yeah, a parameter like that would probably be the way to go. I'm honestly kind of surprised the spec is this strict about some property belonging to a specific type.