Michal Ciechan

Results 4 comments of Michal Ciechan

I would like to use "m" instead of "mins or minutes" 1y, 2m, 4d, 20h, 59m, 12s

I am thinking of adding the functionality of using short(er) variants. e.g. `TimeSpan.FromSeconds().Humanize(short: true)` or `TimeSpan.FromSeconds().Humanize(format: TimeSpanFormat.Short)` possibly giving ```csharp public enum TimeSpanFormat { Normal, Short, // 1 yr, 2...

To be honest I would prefer if a newtonsoft JsonSerializerSettings were exposed

Stupid question, but does relay itself use `core-js@2.*` still? I was able to use relay without a problem, and when I tried importing from default RRNM package folder project wouldn't...