Miguel Ramos
Miguel Ramos
@smourier Thanks for your feedback and open this necessary discussion. You have a very fair point about the WinUI deployment in Desktop apps just doing an Xcopy (no using packaging/deployment...
@smourier _> If you look at the picture here: https://docs.microsoft.com/en-us/windows/uwp/composition/visual-layer, today, right now, I can use all 3 layers with zero dependency,_ You can do this because the framework is...
@JVimes, thanks for opening this request. I believe there should be APIs that allow developers to do this. The APIs should work for both, UWP and Desktop.
While these APIs doesn't exist in Desktop WinUI 3 apps, I published a [sample](https://github.com/microsoft/WinUI-3-Demos/blob/420c48fe1613cb20b38000252369a0c556543eac/src/Build2020Demo/DemoBuildCs/DemoBuildCs/DemoBuildCs/App.xaml.cs#L41) to workaround it using the Win32 APIs. Using the [SetWindowPos](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setwindowpos) API you can set the size...
You can find a couple of helpers in GitHub that tell you the width and height of the Window. using Win32 APIs, [WinUIEx](https://github.com/dotMorten/WinUIEx/) from @dotMorten and [DeskopWindow](https://github.com/marb2000/DesktopWindow). To get the...
Thanks for the feedback: * Thinking budget is planned for next release: Second half of July. * Implicit Context Caching is enabled by default on Gemini 2.5 models, nothing to...
@apps4av we are right now thinking how we can add support for explicit context caching which differs depending on the scenario. A couple of questions: **Does the PDF file change...
Thanks for the scenario. It's very helpful for my team. Also, I know itβs none of my business, but putting on my Product Manager hat for a second, Iβve been...