Yassine Benabbas

Results 12 comments of Yassine Benabbas

Hi you're welcome :). Ah ok I understand. What should be done is: - Make Label inherit from View - Keep the current event handling mechanism (because GestureRecognizer is not...

Hi @compnerd . Can you take a look at my last modifications please ? I transferred some event handling code from Control into Label to allow the developer to use...

I tried moving code in Label+Temporary but this seems more complex than expected because of visibility problems. The current Laabel+Temporary file contains code that did not require changes. Instead of...

Can you try with https://github.com/troystribling/BlueCap app, since my tutorial uses this SDK ?

Hi, Thanks for the MR. If the reading is done in the loop function, maybe we can replace while by if ? What do you think ?

> Thanks, it's working for me when I've explicitly mentioned everyting that stands for Crashlytics > > ``` > pod 'Firebase', '6.21.0', :configurations => ['Debug_dev', 'Release_dev'] > pod 'FirebaseAnalyticsInterop', '1.5.0',...

Hello Guillaume, Merci pour l'invitation. Je suis chaud đŸ”¥ ! Pour la durĂ©e de la prĂ©sentation (sans compter les Q/R), je peux aller de 20 Ă  45 minutes selon le...

It doesn't work for now because of an interop method between .Net and JS that I use has been removed. However, there seems to be a better replacement now: https://devblogs.microsoft.com/dotnet/use-net-7-from-any-javascript-app-in-net-7/...

Now uses .Net9 RC1 :)

I also have the above described issue with this additional effect: - Auto-format of package.json on file open - Auto-add of self dependency in package-lock.json - AFAIK No logs anywhere...