Liang Zhou
Liang Zhou
I couldn't seem to find a way to set response status description. It is currently always using the status code by default: ``` responses: 200: description: "200" 400: description: "400"...
This is minor functionaility, but I wonder if we could add support for [contactObject](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#contactObject)?
Currently we seems to always aggregate `FieldDescriptors` for different requests with the same path + method + mediaType, which is fine in most cases. However, in our case, we have...
the latex+ perl layer are over 250M unzipped. When I deploy them with my function I got an error: ``` Serverless Error ---------------------------------------- An error occurred: FooLambdaFunction - Resource handler...
It seems we are mounting the zfs pool as [read-only first](https://github.com/void-linux/void-runit/blob/master/core-services/03-filesystems.sh#L6), then [zfs share -a](https://github.com/void-linux/void-runit/blob/master/core-services/03-filesystems.sh#L51) will attempt to place a lock `/etc/exports.d/zfs.exports.lock` which causes the issue in the title. I...