Andrew Lee

Results 6 issues of 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...

bug
P2
scenario:Mobile-Android
workaround exists
public-client

### 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"...

t/bug
platform/android 🤖
platform/iOS 🍎
p/0
s/verified
s/triaged
potential-regression

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')...

type/feature

### 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...

t/bug
platform/android 🤖
area-fonts
memory-leak 💦
t/perf
delighter-sc

### 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...

bug