Yuriy Grunin
Yuriy Grunin
Needs for it are simple: 1) You don't need to think about url parts encoding. 2) If route url changes you will not need to change it in all the...
Is there a chance this PR will be merged any time soon?
I confirm that everything works fine on iOS. A little more info about by current phone: it's LG Optimus G with Android 4.1.2. Keyboard is SwiftKey. I've tried to change...
But it looks really weird: ```ts const yearInMs = Duration.fromObject({ year: 1 }).toMillis(); Duration.fromMillis(yearInMs).rescale().toHuman(); // => 1 year, 1 month, 1 day ``` IMO the correct logic should be the...
> Result: 1 year has 12.1666667 months. Yep, and that's exactly what previous versions of Luxon [resulted with](https://codesandbox.io/p/sandbox/luxon-duration-bug-old-version-hj6ggt?file=%2Fsrc%2Findex.ts%3A5%2C55). That's ok as we treat one month to be ~30 days and...
Ah, ok, sorry. But what was the problem in the previous algorithm?