Dionysis Chasakis
Dionysis Chasakis
Hey @florent37, Is there any way to prevent using software layers for ShapeOfView? Some animations with this library are becoming laggy. I tried some other options with SaveLayer but I...
## Summary There are a lot of cases where you want to use a custom NavigationViewController just like MaterialComponents one (MDCAppBarNavigationController) or AMScrollingNavbar's ScrollingViewController. Write now, to solve the problem,...
I have the following mapping configuration: ```cs [Mapper] public interface IInterfaceMapper { _ClassB MapTo(_ClassA cA); } public class InterfaceMappingRegister : IRegister { public void Register(TypeAdapterConfig config) { config.NewConfig() .Map(x =>...
Hi @ylatuya, I would like to say that this library is awesome and I would like to say thank you for that. ## ControlTemplate I am using ControlTemplate to some...
Hi, Are there plans to support latest version of VS for Mac? This tool is very helpful when u want to have a right preview of skia. Official skia fiddle...
First of all I'd like to thank you for this one. I had to write C++ in order to use the original fiddle. In error messages, the error does not...
Hey! Sieve feature of custom sort/filter methods is a pretty handy feature where it comes to support custom or complex queries. https://github.com/Biarity/Sieve?tab=readme-ov-file#add-custom-sortfilter-methods Is there any plan to support such a...