Eilon Lipton

Results 486 comments of Eilon Lipton
trafficstars

Hi, I think that logically the Unfocused event is not the right one to use. That event is meant for when the user unfocuses a control and focuses another control....

Also having the issue here with 11.0.1. We're calling `gitHub.Issue.Comment.GetAllForIssue(owner, repo, number)` And for https://github.com/dotnet/maui/issues/18618 we get the exception `'Value was either too large or too small for an Int32'`...

@janseris does a solution like mentioned in [this earlier comment](https://github.com/dotnet/maui/issues/7277#issuecomment-1149552288) work for you?

I think the hack is in fact not a hack at all. It's just disposing a disposable thing when the app shuts down.

OK I do admit it's a _bit_ hacky 😁 But it should be completely safe to do in this case when the app is shutting down, because disposing is idempotent,...

Sorry I forgot to take the label off the issue, so the bot closed it again. I think this PR has some good changes in it but per my testing...

OK it turns out that the original repro that contains a multitude of Unicode characters is failing due to a System.Xml bug that I just logged: https://github.com/dotnet/runtime/issues/103532 So we can't...

I tried creating a project named only `𫓧` and it seems that something with the Android world simply does not allow non-ASCII characters in ANY part of the path. For...