John
John
@freakboy3742 not really... I was just suggesting the OS versions move fast like quickly, so I was suggesting that in the ultimate long term most people would be on iOS...
FWIW -- https://developer.apple.com/documentation/uikit/uidatepickerstyle/inline?language=objc is available for iOS 14+ -- didn't look at it cause of vague docs. It actually works!
FWIW -- I will open a PR to go with 1) but instead of raising, use an assert since it's consistent with how widget parents are handled; this sort of...
Hold on... nevermind, that's just an extra assert in the impls, the parent's actually reassigned I'll go with 2) and add a test [edit] for clarity, the rationale is to...
@terryjreedy so should I leave the code for now, or should I go ahead and replace with the re.match thing you are going to propose? @ZeroIntensity so do you mean...
Yes, I think it can be. Will fix. > Message ID: ***@***.***> >
@kexinoh Yes, I would give it a try once I have time; however, I am working on something else right now -- is it acceptable if I delay this by...
@kexinoh I have a small amount of time not enough to work on anything else before I end my day so I attempted the issue you pointed out -- but...
> Assuming this is the fix that we go with, let's add a test case. Where? How? For what? Thanks! @ZeroIntensity
I've added tests but there are still logic errors.