vpetrusevici

Results 7 issues of vpetrusevici

#### What is the expected behavior? Use native pointermove event instead of outdated hammerjs. #### What is the current behavior? We should install and use hammerjs to enable touch events....

enhancement

Hi, DatePicker currently doesn't work with Angular 13. I tried to create a PR to fix it but looks like I need your help to finish it. https://github.com/matheo/angular/pull/44

dependencies

Currently I implemented swiping only for touch events (not mouse) and only for gallery-swiper component (not thumbs). [MurhafSousli](https://github.com/MurhafSousli) Can you check please if my implementation is good enough and I...

#### What is the expected behavior? Set attribute loading="lazy" for img in gallery thumbnails or add config to set it. Just to avoid unnecessary requests when gallery in the bottom...

Hi guys! I see in [the example](https://github.com/Flagsmith/flagsmith-dotnet-client/blob/main/Example/Program.cs) you register Flagsmith client as singleton, but in fact this is a typed httpclient. Is it better to use this approach mb? ```...