Markus Kahl

Results 16 comments of Markus Kahl

Yes, it does: ``` curl -s localhost:3000/posts.json && echo [{"id":1,"title":"Wurst","body":"foobar","published":true},{"id":2,"title":"Quick","body":"Quack","published":false}] ``` The thing is, that I do want roots everywhere except in collections. I.e. whenever there is an array of...

@dombesz Thanks for the PR. I think it might be preferrable to just remove the caching altogether here, when in migrations, to make sure other migrations aren't hit by the...

We've been having the same issue with our [OpenProject Integration for Nextcloud](https://github.com/nextcloud/integration_openproject). Our integration creates a system user which handles various things and needs the right permissions to do so....

Hello @Dan6erbond, OpenProject does support [S3 attachments](https://www.openproject.org/docs/installation-and-operations/configuration/#attachments-storage) so you can configure that for a multi-container setup and remove the opdata PVC altogether. Will update the README accordingly.

You mean the SSMD spec should follow the general structure of the common mark spec you linked? I guess I could try to describe the different cases in a bit...