Ricardo Čerljenko

Results 27 comments of Ricardo Čerljenko

@soullivaneuh can you address this please. It seams that @valentinloiseau has done it. :)

Hi guys, I was facing the same problems with `lcobucci/4` incompatibility + Socialite Apple Provider requirements etc... After some time i figured that this library has pretty much no activity...

https://github.com/rcerljenko/laravel-jwt

ok i see now that there's a PR in draft for that... https://github.com/spatie/enum/pull/96

@pascalbaljet ping

Ok I'll provide a PR with Exception approach. Reason is that I'm using this code in custom Laravel file upload validation rule and user can upload any file they want.

Here it is: https://github.com/protonemedia/laravel-ffmpeg/pull/380 I've used PHP base Exception but if you want I can create a special one just for this.

@sunspikes could you take a look please.. thanks!

@BetaHuhn could you look into this... seems ok to merge it

I see... what about wrapping lines [20](https://github.com/nuxt/nuxt/blob/main/packages/nuxi/src/commands/build.ts#L20) and [45](https://github.com/nuxt/nuxt/blob/main/packages/nuxi/src/commands/build.ts#L45) in the build command with a boolean --quiet param? Something like: ```js if (! args.quiet) { await writeTypes(nuxt) } ```