Julien Ripouteau

Results 124 comments of Julien Ripouteau

It seems that the error only occurs when we have a layout and also only when upading a `ref`. If I update the layout itself or the HTML, no error...

Well this is super weird. Never saw that 😅 We don't do anything fancy on the manifest generation, everything is handled by Vite. Also, this is probably more an issue...

Can you explain why?

> I'll add my 2 cents - de/serialization is known to be [expensive](https://jsonjoy.com/blog/json-codec-benchmarks), plus it unexpectedly transforms values. > > A common use-case is to cache database models. Let's say...

Oh okay, no worries. Feel free to open another issue about this issue if needed

Closing the issue since I don't have the bandwith to work on it right now. If the feature is still needed feel free to reopen it

I believe adding a `removeSuffix('email')` here should be enough : https://github.com/adonisjs/application/blob/12258d0ff44e7ca14852612c7294b02731f4bb7e/src/generators.ts#L415 Can you create a PR and adding a test for that please?

Yup You can use the `--intent` parameter to set another suffix

Hi, could you provide a simplified reproduction please?

Hey, sorry I've been super busy these last few weeks. Thanks for the repro I'll try to look at it asap