InvictusMB

Results 24 comments of InvictusMB

I don't have a good answer to this. > I want it to work as it normally would (where the namespace specifier is basically an object with all exports on...

I have a PR on the way for this. So the suggested plan is: 1) For now namespace imports will be treated the same way as default imports. There is...

I agree. I want the plugin not crashing though. And I believe we have enough arguments to fix this in the least effort way.

@kentcdodds Was this fixed?

Is there a reason not to use `lerna` + `yarn`? `lerna` is still good for versioning and automation and `yarn` handles hoisting and cross linking packages well. I tried `pnpm`...

@migueldeicaza There is no extra effort required to use this. We pick the preferred bindings based on the environment. Win 10 and above use Win 10 SDK bindings, older versions...

> So how does a console app determine that it can use the UWP APIs vs the Win32 ones? Based on `Environment.OSVersion.Major`. If we are in Win 10 environment we...

@KirillOsenkov @clairernovotny Thank you very much! Could you elaborate if using [these APIs](https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis) has any benefits over consuming `kernel32.dll` directly or if it affects the certification for MS Store in...

Minimal reproduction repo: https://github.com/InvictusMB/TerminalGuiUwpInputBug It was generated with a C# UWP Console app template in VS2019. Last time I did .NET was in 3.5 era. I have no idea how...

Was this with Release build configuration and `Compile with .NET Native tool chain` enabled? I did some more digging and these are the findings: * UWP environment needs a different...