Adrien Foulon

Results 434 comments of Adrien Foulon

I know how to display links without v-html Instead of escaping it, just explode the text based on regex, parts that match url can be rendered inside an a, the...

Okay I see what you're saying but this poses the problem I mentioned about the server having power over the tags used when this power should be left to vue...

Yes basically but not just those properties, since the entire message will be passed as a parameter to the scoped slot, you can use any property you want like this,...

If it's urgent, you can do a PR and I'll review it, else I can do it later this month I would change the name of the component MessageDisplay to...

I'm not familiar with react so I don't know what useEffect does, the issue is for sure that the index.html file cannot be found, this file is used to serve...

This might be of interest: I'm using spatie/route-attributes, which mostly avoids this issue by having the route declaration next to your controller method declaration, but yes a warning if a...

I would just add a section in the doc to explain the difference with the `Dialogs` feature which also creates a backlink to that page and do the same on...

To me it sounds exactly like global lazy If you want the lazy to be loaded on specific routes automatically you can use `Lazy::when(fn () => $request->is('route'), fn () =>...

> Valid point regarding the package separation, but a Hybridly package like this is annoying to maintain (it has to be hosted on both npm and packagist). Not necessarily you...

With this description I still don't see how this would be beneficial Am I understanding correctly: For example you have a profile page, in that page you have a select...