Pietro di Caprio

Results 16 comments of Pietro di Caprio

I believe che "challenge" is in showing the permissions request to the user and then set the feedback on the browser 🤔

I got it by modifying my App.cs in the shared Blazor project: where you have `host.AddComponent`, before this call add `NavigationPage.SetHasNavigationBar(MainPage, false);` final snippet: ```csharp MainPage = new ContentPage(); NavigationPage.SetHasNavigationBar(MainPage,...

Hi @Eilon , I saw it but did not completely understood how it is working. I'll give it a try today and eventually push here. Thank you for the hint!

I'm trying to follow the pattern but I'm having a strange issue: while the framework project builds without issue, I'm not able to bind the event as I'm supposed to....

Interesting thing: after closing, reopening, closing, leaving the project away for a couple of hours, opening again, binding a function that has only `Uri` as parameter (instead of `object, Uri`)...

I confirm that I have ReSharper. Solved by deleting the _.vs_ folders and executing the git command you provided, thank you for the suggestion! I confirm that the code works...

I'm not 100% of what I wrote since, unfortunately, I don't know C++. My proposal is to check if the user's is still talking before force-muting his input if not...

Hello there, may this bug affect the `$morder` object passed to `pmpro_subscription_payment_completed` and/or `pmpro_after_checkout`? I use those actions for a custom integration but the `$morder` object looks to be always...

Same here ``` #15 23.59 swag init --parseDependency --parseInternal #15 23.60 2022/08/26 07:44:07 Generate swagger docs.... #15 23.60 2022/08/26 07:44:07 Generate general API Info, search dir:./ #15 25.93 panic: runtime...

This issue looks to be there again with latest release. The "open anyway" button is not there as the app is not meeting the new requirements. The above answer `Thats...