Adrien Foulon

Results 434 comments of Adrien Foulon

There is also a ton of request for this feature in the cron lib which has not yet landed https://github.com/robfig/cron/pull/436 This is what's blocking it in ofelia

@onlime Then please feel free to take over my PR on 1.x, keeping in mind that half of the feature has been shipped already https://github.com/inertiajs/inertia-laravel/pull/620 I have completely switched from...

The issue is if you are using a range for the beta version, there is an invalid `2.0.0-beta.50-pre.1.` version that has been published, because semantic versionning considers it a higher...

There is a bug that makes it unusable in typescript ```ts interface test { test?: string | Array } const schema1: JSONSchemaType = { type: 'object', properties: { test: {...

I can confirm that this should not be a patch version, I had the issue while upgrading from laravel 9.52.7 to 9.52.8, which also upgraded the deep dep doctrine/inflector which...

@greg0ire Seeing this is the main goal of the library and it's in the doctrine namespace, meaning it's mainly used for determining table names, I would definitely consider anything changing...

`2.0.*` is the same as `~2.0.0` but maybe I used "pin" incorrectly here, sorry We are on the same page regarding other patches, it's better to have a distinct layer...

https://github.com/stephenh/ts-proto/pull/821/files Seems there is an exportCommonSymbols option which solves the problem at hand, but I will leave open for the other improvement which is to output those types in a...

Any news regarding the ESM/TS quasar config? I'm using vite 5 and the next major of vite will remove CJS support When building this warning pops up The CJS build...

I think there is some improvement that can be done on revisions, maybe instead of the preview we could show the fields directly in the form and highlight the ones...