Peter Souter
Peter Souter
New Block Storage API: https://developers.digitalocean.com/documentation/v2/#block-storage
Since v2 uses OAuth, it would be nice to have a basic CLI to generate an OAuth token. The dropbox-api has a good example: https://github.com/futuresimple/dropbox-api#web-based-authorization https://github.com/futuresimple/dropbox-api/blob/master/lib/dropbox-api/tasks.rb
A cool feature would be the ability to create a hidden-member for one of the replica sets. Should be easy to setup, just need a puppet option to reconfigure the...
### Bug description On RHEL / CentOS (GCC 4) ``` CI/.gradle/nodejs/node-v12.18.3-linux-x64/bin/npx @datadog/[email protected] sourcemaps upload ./build --service=example --release-version=6.5.1-test-b53 --minified-path-prefix=/static/js Successfully started process 'command 'CI/.gradle/nodejs/node-v12.18.3-linux-x64/bin/npx'' In file included from ../deps/cpu_features/src/impl_x86__base_implementation.inl:89:0, from ../deps/cpu_features/src/impl_x86_linux_or_android.c:20:...
Hi! On RHEL6 with the following config: ``` puppet class {'influxdb::server': collectd_options => { enabled => true, bind-address => '127.0.0.1:25826', database => 'collectd', typesdb => '/usr/share/collectd/types.db', batch-size => 1000, batch-pending...
There's a few customers using Gerrit, especially if they're using openstack, as it's what OS uses for codereview. This should be the ticket to create the Key: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#add-ssh-key Not sure...
``` $ go get github.com/yukithm/json2csv/cmd/json2csv # github.com/yukithm/json2csv/cmd/json2csv go/src/github.com/yukithm/json2csv/cmd/json2csv/main.go:68:17: cannot use cli.StringFlag literal (type cli.StringFlag) as type cli.Flag in slice literal: cli.StringFlag does not implement cli.Flag (Apply method has pointer receiver)...
I'm using a script that has the following Vimeo Upload like this: ``` ruby upload = Vimeo::Advanced::Upload.new(@consumerKey, @consumerSecret, :token => @token, :secret => @tokenSecret) setTitle = Vimeo::Advanced::Video.new(@consumerKey, @consumerSecret, :token =>...
Puppet 3 is EOL soon, but we can do a few QOL fixes to make hiera_explain work with older Puppet, as it's not going anywhere for a lot of shops:...
Expected Behaviour: Starts new build Actual Behaviour: Displays error  From console: ``` Failed to load resource: the server responded with a status of 400 (Nothing is submitted) ```