Yuriy Grunin

Results 90 comments of 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?

We also have a parser based on [javascript.pegjs](https://github.com/pegjs/pegjs/blob/master/examples/javascript.pegjs) which supports only subset of the language and the numbers are the following: | Output size | Unminified size | Minified size...

Hey @mgechev, could you please update peer deps to support Angular 20 or maybe better relax them to support future versions without bothering you?

Hey @just-jeb, is this something you plan to add? This is a blocker for our transition to esbuild as well as we need to add custom plugins there too.

It would be really valuable if you could specify the proper changelog URL so I could add it to DB as I couldn't easily find it by myself. Thanks.