Andrzej Kupczyk

Results 9 comments of Andrzej Kupczyk

Maybe besides adding the "Interface" suffix which probably should be avoided if you take into account Laravel's codebase (vide contracts) or best practices collected here https://xqsit.github.io/laravel-coding-guidelines/docs/naming-conventions/ or https://www.mindtwo.de/guidelines/coding/laravel. There's already...

I'm not sure if this will be helpful, but I came across this information: https://www.radix-vue.com/utilities/config-provider.html#hydration-issue-vue-3-5 I am unfamiliar with this framework, but it appears that the problem is comparable (link...

The reason the radix-vue authors referred to their solution as a temporary workaround is now clear. Thanks a bunch!

I'm not sure if this is related, but I've observed another issue. I've attached screenshots below to illustrate the problem. Although it wasn't a major issue—since I was able to...

@leo-unglaub , you're correct. Provided example as well as default policies implementations are misleading. On the other hand `$user` is passed to the callback anyway, so providing `$post` would be...

Hello @zhaolinlau, could you confirm if you are using the latest version of `theme-bulma`? https://github.com/oruga-ui/theme-bulma/issues/80#issuecomment-1969640932

Hi again, @mlmoravek! Unfortunately, this issue persists and appears to have more significant implications than I initially thought. Although `useId` composable has been introduced and is [available in Nuxt since...

That’s great, thank you! Unfortunately, I couldn’t find the time to create a reproduction or draft a solution 😿 I apologize for that.

You might find the [Guzzle Watcher](https://github.com/huzaifaarain/telescope-guzzle-watcher) Telescope plugin particularly useful, as Laravel's 'HTTP Client' leverages Guzzle internally. This plugin allows you to view Guzzle's request and response logs directly in...