Ed Mitchell
Ed Mitchell
Also, the documentation for the liquibase Docker container says to specify the changelog file relative to `/liquibase/changelog`, but it looks like Liquibase is looking for it from `/liquibase` instead ```...
This also appears to only happen with the folder structure of /root-file.yml /changelog/.yml If I rename my subfolder anything other than changelog, it seems to work fine.
You can work around this by adding res to your mappings, but this should be either added to the documentation or fixed. ``` res: paths: - classpath:META-INF/swagger/views/swagger-ui/res - classpath:META-INF/swagger/views/rapidoc/res -...
@altro3 Understood, I share your passion for this project 😄 I do feel like it's a bug because in previous versions of micronaut-openapi, we didn't have to add this additional...
Sorry @altro3, I disagree. Before that issue was closed, users could add to the `application.yml` without having to specify the res folders. Now that they're there (which I think is...
PR Opened: https://github.com/micronaut-projects/micronaut-openapi/pull/832
Turns out the fix that @dshick-nydig suggested wasn't enough to work with RapiPDF generation, ended up going with a slightly different approach.
Yeah, that would make sense to me. It's surprising to me how many typeahead/select2 implementations there are out there and none of them allow you to add a custom value....
We just ran into this issue as well, thought it might've run out of memory, but the only thing that makes sense is the connection pool issue. App just stopped...
The suggestion from @mrazauskas worked for me. I was also able to remove the `files` key from tsconfig.json. Maybe a documentation update is in order?