Julien Ripouteau
Julien Ripouteau
Hey, sorry for the late reply! after some investigation, I believe the problem is because adonis-autoswagger is using CommonJS modules. Can you try with an ESM build and see what...
Closing since this is probably the issue. Feel free to reopen if needed :)
Yup, can confirm this is a bug. I haven't had time to look into it yet. Happy to accept a PR
Finally #50 wasn't enough, see https://github.com/adonisjs/inertia/pull/53 I reverted it until we found another solution. So, re-opening this issue
You need to configure InferPageProps correctly : point to a real controller that returns real data. For example, you could create this controller: ```ts export class AboutController { async index({...
Sorry for the late reply! Have you considered formatting your logs directly in Grafana/LogQL? ```sh {application="my-app"} | json | line_format "{{.msg}}" ``` This should give you the exact same result....
Closing since no answers. Feel free to re-open if needed
Honestly yes, naively I'd say it would require quite some work and add some complexity to the codebase, so I'm not sure it's worth it. What's your use case? Are...
Closing the issue since I don't have the bandwith to work on it right now, and it's getting a bit old. If the feature is still needed feel free to...