José Manuel Nieto
José Manuel Nieto
Hi @nlkl! The only problem I'm seeing is that there are use cases that aren't covered yet, to my knowledge. For instance, how do we do `await optional.MatchSome(async x =>...
Wow, it looks nice. I'm currently using https://github.com/vkhorikov/CSharpFunctionalExtensions, too. My goal is to have a library that has proper Maybe and Either types. I really like the library below. I...
@EP012014 No.
I've got this problem, too
With DynamicProxy ONLY it doesn't work, because the methods in the service are async-based (they return `Tasks`). I was using a wrapper before, that has a custom retry logic (using...
Oh, OK. I'm not completely sure if it work to retry sync calls. But I think they should work. Also, I don't know if the problem is with your library,...
Thanks for the lightning fast answer! I would expect that pressing the Tab Key and the Enter Key would have the same behavior, while it's not true. In the XAML...
I'll do that. Thank you so much!
Hey Pedro. Thanks for your quick response as always! Yes, I'm targeting UWP. This is the code I'm using right now: ``` ``` Basically, my model has polar coordinates and...
This behavior can be done using Avalonia.Xaml.Behaviors. See example here: https://github.com/zkSNACKs/WalletWasabi/blob/master/WalletWasabi.Fluent/Behaviors/TextBoxSelectAllTextBehavior.cs