Graham Lee Bevan
Graham Lee Bevan
Looks like the pause feature was added after the last release. Easiest way to get it is to git clone from master and `go build && go install`
For people searching for how to enable the vault ui, instead of this PR you can use a ConfigMap: ``` apiVersion: v1 kind: ConfigMap metadata: name: {{ template "myapp.fullname" ....
Is it still planned for where and select support to be merged/supported? I'm using waterline from feathersjs - would be very nice to be able to select fields etc
This pull request (in progress) implements select support - https://github.com/gabriel-letarte/sails-arangodb/pull/22
Searching around, it looks like github runs a sanitizer on any SVGs rendered from README etc - removing embeded (xlink) images, even if they are inline images and not refs...