Results 171 comments of Jaiganėsh Kumaran

@ShankarBUS Shortcut not exe. The executable is never pinned.

@stevenbrix But you pin the executable shortcut and not the shortcut for the sparse package. I don't think it will work because in the start screen you pin the shortcut...

@stevenbrix I didn't try yet so I will give it a try

@contextfree Although Fluent UI is by the same company it looks and feels completely different so it doesn't look native to Windows. Microsoft should make WinUI and Fluent UI more...

@dragonDScript It's not. You can simply take a plain HTML + JS and use it with React Native.

> Bring back the projections into WinRT, but lets let FluentUI or Fast with Fluent Design Kit - handle the UI and controls please. > > We don't need additional...

The real plan is to get rid of effects that are unique to WinUI (eg: reveal) because they are harder to implement on other platforms and current methods could have...

You can already get all information about any hardware using the APIs in [Windows.Devices.Enumeration](https://docs.microsoft.com/en-us/uwp/api/windows.devices.enumeration?view=winrt-19041) namespace. You can get the information about the GPU, CPU, Network adapters, speakers, and more. Here's...

@ecovio1 UWP is not that restrictive. I do think LocalHost should be allowed via brokering but there's no need for extra hardware info. You can already gather a lot of...

For hardware info UWP developers can use EasClientDeviceInformation class, DeviceInformation class, GetSystemInfo (C++ function), Windows.System.Profile.SystemManufacturers namespace, Windows.System.Profile namespace. For GPU information you could use DirectX. Other additional monitoring and gathering...