Charles Ching

Results 15 comments of Charles Ching

![image](https://github.com/phidatahq/phidata/assets/42172631/d5dabebb-25e5-43f8-81b6-44d6ade6979e) After I modified the Python code you provided to OpenAILike, the output looked like this. Does this indicate that it failed to connect to the search engine?

here is my code: ![image](https://github.com/phidatahq/phidata/assets/42172631/de3b9d45-0019-41cc-b151-743915a29ec6)

you can test it use this link:https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_file

here is the code of maui: ```c# public partial class MainPage : ContentPage { int count = 0; public MainPage() { InitializeComponent(); MyWebView.Source = "https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_file"; } } ```

> I seem to recall that this might be an issue with the native WebView on MacCatalyst, but I can't find any duplicate issues of it. I know we've had...

When I upgraded to .net8,This bug appears in webview

> @win4r oh sorry I missed that. Quite interesting. Is it all running on the same exact Mac machine, but just the app is using a different .NET version? yes.How...

> Hi @win4r. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further...