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...
In the following code https://github.com/asynkron/protoactor-dotnet/blob/64a5b6cd47305f0c15637e230cdf647888935c5e/src/Proto.OpenTelemetry/OpenTelemetryHelpers.cs#L30 The type name of the message is passed to this function and the following name is passed to the activitySetup action https://github.com/asynkron/protoactor-dotnet/blob/64a5b6cd47305f0c15637e230cdf647888935c5e/src/Proto.OpenTelemetry/OpenTelemetryHelpers.cs#L51 This is not...