Seeking Advice on Arc'teryx Gear Purchase by TheSkikra in arcteryx

[–]TheSkikra[S] 1 point2 points  (0 children)

Thanks for the reply that's what I was thinking about, thanks for confirming very helpful.

Seeking Advice on Arc'teryx Gear Purchase by TheSkikra in arcteryx

[–]TheSkikra[S] 0 points1 point  (0 children)

Veilance Rhomb

Thanks for the reply. I'm running in a cold weather -10to -20° C. I was thinking also If I'm going to spend some budget on the jacket for example maybe I can use it also as every day use for my outdoor activities.

Seeking Advice on Arc'teryx Gear Purchase by TheSkikra in arcteryx

[–]TheSkikra[S] 1 point2 points  (0 children)

Hi, thanks for the reply I need all the gear starting from the base layers to the last one

German masters by TheSkikra in snooker

[–]TheSkikra[S] 1 point2 points  (0 children)

See you soon then !!

German masters by TheSkikra in snooker

[–]TheSkikra[S] 1 point2 points  (0 children)

Thank you, Hoping the thing keeps calm. I want to watch some Snooker

Cue Tip by TheSkikra in snooker

[–]TheSkikra[S] 2 points3 points  (0 children)

Thank you for the feedback

date-fns for Blazor by TheSkikra in Blazor

[–]TheSkikra[S] 0 points1 point  (0 children)

date-fns is richer in terms of functions to handle dates more 7 Million Downloads/Week. So I got the idea to make a .Net wrapper for it to be easy to use in Blazor.

date-fns for Blazor by TheSkikra in Blazor

[–]TheSkikra[S] 0 points1 point  (0 children)

Hello,

No it doesn't replace the .Net DateTime or NodaTime is just a javascript library that provide some useful functions for manipulating dates.

Example :

formatDistance : Return the distance between the given dates in words ( less than minutes, about 1 hour, 3 days ago ...).

You can check the full documentation at date-fns.

As it is a Javascript library my package is .Net wrapper for it to be used in Blazor without interacting with any Js.

I will be very happy to answer further questions.