Andrew Lee
Andrew Lee
I have a CDC device that wasn't working. After some debugging in the CDC driver code, I realised that the IN and OUT interfaces were mixed up. The code assumes...
### Library version used 4.59.0 ### .NET version MAUI 8.0.2 ### Scenario PublicClient - mobile app ### Is this a new or an existing app? This is a new app...
### Description Update the Nuget packages and compile the app, various compilation errors are reported for things like this... ``` ``` Error XFC0040 XamlC: Cannot convert value "Color" to "Microsoft.Maui.Controls.BindableProperty"...
I'm uploading a document using the Gradio client apis; I'm uploading the file like this.. ``` # upload file(s). Can be list or single file local_file, remote_file = client.predict(filePath, api_name='/upload_api')...
### Description Defining a style using a FontImageSource like this.. ```XAML ``` then use that style on a button in a content page, the button is never garbage collected. Removing...
### What happened? I'm hosting the WebView2CompositionControl in a WPF Usercontrol that itself is hosted in a Winforms ElementHost. The app is Winforms. WebView2CompositionControl_Loaded crashes on startup with a null...