Eilon Lipton

Results 487 comments of Eilon Lipton
trafficstars

@rebornix the app depends heavily on Windows Forms and MSHTML (basically part of IE). Anything outside of Win32 is a big challenge that is probably out of scope for this...

I'm also getting a crash, probably the same one. I installed various 32bpp NewGRFs from https://www.reddit.com/r/openttd/comments/wghmgy/real_industries_32bpp_beta_released_download_at/, and that was fine. Then I downloaded zBase, and when I switched to select...

Setting clipboard data is "destructive" in the sense that it clears out whatever the user may have already had in their clipboard, which the user may have deemed valuable. Also,...

Hmm yes weird indeed! I'm surprised that one works and not the other!

Hi @alexanderkyte this seems like a reasonable thing to add. Tagging @jspuij who wrote this code initially. @jspuij - any thoughts or concerns about this? The one thing that strikes...

> I'm not sure whether adding this boolean and not providing it from the server would actually break deserialization or that we could add a default value through an attribute...

Thank you for all the details @jspuij ! Given this, I'm closing the PR and issue. If we get broader feedback in the future that this is a common scenario...

Right, you could derive from that service, override the `CreateOidcClientFromOptions` method, call `base.CreateOidcClientFromOptions()`, then adjust the settings as needed. But let me think about this some more. Using a self-signed...

Dinner time now, but I will revisit this and I hope we can come up with something that everyone likes!