Mike Hearn

Results 205 comments of Mike Hearn

@codendone See last comment, I think this is not (only) a documentation bug but a more general problem with Windows.

@DarranRowe @DrusTheAxe I'd like to revisit this topic and try to drive it to resolution. Could someone with Windows source code access please take a look at the CreateProcess codepath...

Thanks! Is it safe to always set `PROCESS_CREATION_DESKTOP_APP_BREAKAWAY_OVERRIDE` like that? That could break apps that do expect to start programs outside their container. Maybe it's safer to restrict the fixup...

One thing that's not quite clear to me is why executables that lack package identity can't invoke executables in packages. Shouldn't the OS just set the package identity automatically in...

I also just hit this and found it surprising that it's not considered an error. I guess backwards compatibility would be an issue at this point as some apps may...

I have an internal app framework that wraps Mordant and it does this. At some point I hope to be able to contribute some of this stuff upstream, but unfortunately...

The right way to implement this would be to block direct outbound network connections but expose a loopback address that points to an HTTP proxy running outside of the app...

It might be worth extracting the library level opt-in/versioning scheme to a separate KEEP, as this is surely not the last time you will want to change the semantics of...

For any client codebase that has `-Werror` turned on new warnings are a breaking change. For any client codebase that doesn't it still creates upgrade work as many codebases have...

Is there a reason this was never reviewed? Is the intention to never add RPC support to the Java implementation?