Daniel Rosenbloom
Daniel Rosenbloom
Hi, I'm a new jekyll/spaceship user, and have enabled the plugin, and it definitely is working because my mermaid diagrams work now. However my emoji's aren't rendering. I have nothing...
Input: ``` ["#{test}"] ``` Pry log of failure: ``` [1] pry(main)> require 'neatjson' true [2] pry(main)> test = JSON.parse(File.open('test.json').read) [ [0] "\#{test}" ] [3] pry(main)> puts test.to_json ["#{test}"] nil [4]...
When using an SQS queue as the target, it would be very convenient to be able to supply the bare minimum details (threshold, OK action, Alarm action) and have it...
In testing, had found a client error ``ClientError`` as follows: ````An error occurred (ValidationException) when calling the BatchWriteItem operation: One or more parameter values were invalid: An AttributeValue may not...
I'm not sure if this is already supported or if this is a feature request, but is there a way to create / utilize references like [described here](https://superuser.com/a/870509/74640) for Windows...
Added support for NR Infrastructure. Tested on RHEL6/7, Ubuntu 14/16, Windows 2012
If RVM is installed in the system-wide mode, with rvm.sh in the default /etc/profile.d/rvm.sh, the init scripts will not work properly due to [this line](https://github.com/aws/aws-codedeploy-agent/blob/eef9a73fa5dd715c4925fa9869e55204188177a6/init.d/codedeploy-agent#L22). Commenting it out seems to...
I didn't see anything in the docs, figured this would be worthwhile to ask for the right way to do it. We have a jenkins box compiling our puppet environments...
I'm interested in setting up the SAML2 provider for my org in a self-hosted sentry server via config management. As it stands, I've gotten it setup by the UI, but...