Adrien Foulon

Results 434 comments of Adrien Foulon

A follow up issue With the fix, the display format is not properly parsable by `Date` in some locales, while it's a good human readable format the month names are...

Seems the rest of the logic is also quite flawed ``` const fullFormat = 'yyyy-MM-dd HH:mm:ss'; if (date.length === fullFormat.length) { return parse(date + 'Z', fullFormat + 'X', Date.UTC()); }...

It was patched in 3.5.3 but we'll need to start working on moving away from the internals and to the new API, leaving it open to track this instead

Please see https://github.com/nuxt/nuxt/pull/26468 Which will eventually replace this package

This lib is only for lazy hydration, for lazy load of a component you need to do that yourself with a `defineAsyncComponent` and a dynamic import, a lib cannot do...

Why create a new `disableTranslate` when there is already `translatable(false)`? Lets not make the API more confusing shall we

I'd be interested to know how they are generated, as the phpdoc for setters is not a valid phpdoc syntax and thus the params are not properly inferred in ide...

@bshaffer You misunderstood as that PR does not fix the issue this PR was trying to solve, the comment was a reference to this > the phpdoc for setters is...

Which is why I don't understand why it's array in this repo, it's always been `any` in the other one

My only concern with adding description will be the size of the whole repo, the descriptions are not short and given the number of sub packages in this repo, this...