Patrick Stadler
Patrick Stadler
There should be a way to execute local commands without specifying a target. Related: #160
Compromised containers could access and leak important data stored in etcd. Related comment on Hacker News: https://news.ycombinator.com/item?id=14291817
First of all, thank you for providing this middleware. I've been using it across multiple projects. How about letting users pass an Ajv instance to Validator? In my case this...
This seems to work relatively well, but I want to investigate the following before releasing it: - [ ] how log management / forwarding is supposed to work - [...
Hello there Unfortunately, it's not possible to split the maximum disk size of a VC1S server into multiple disks. Even though I managed to create a 30GB Ubuntu image and...
Title says it all. See screenshot for an example of a repository containing many assets per release.
Previously, `Validator` would only take an object containing Ajv options. With this PR, we've added the possibility to pass a custom Ajv instance instead, for example one of the 2019-09...
When running the app and then connecting the headphones via Bluetooth, it reports 0% battery level (including a notification when this feature has been enabled). Steps to reproduce: 1. Run...
I'm using my schemas not only for validation but also to create API docs. Unfortunately, calling `validate(schema)` adds a `title` property to the schema object which is naturally passed as...