Mike
Mike
There is an issue.. if you use the following xml Joe Stump Brown Beer Bikes Computers ``` item 1 ``` and running the following python ``` for item in xml.items.item:...
I'm looking to make a chart generator and I have no idea what type of data they will graph. I'm wondering if there is a way to add remove series...
This is off current master We have the auth0 correctly configured in the .env file and rebuild off that. When we go to the backend login it shows the rasterfoundry...
Fixes a few issues #90 and #79 runsysv doesn't use env vars from the current shell. It looks like it just gets the `$PATH` env This will allow the endpoint,...
I'm trying to run atlantis on EKS with IRSA enabled and attaching a serviceaccount that is allowed to assume role to a role with full admin permissions. I'm using the...
The bindata example is broken since the following commit https://github.com/elazarl/go-bindata-assetfs/commit/ed3050ae9d15392b111234d0e8f1901cc3f9fb65#diff-0f54ed3f42051b1640ace89c556002fd Error is as follows ``` Mikes-MBP:bindata mzupan$ go build && ./bindata # _/Users/mzupan/contrib/static/example/bindata ./example.go:31: cannot use root (type string) as...
## Description SQS now has managed SSE. This allows the module to enable that ## Motivation and Context managed SSE is nice because you don't have to worry about KMS...
I'm having big issues merging the incoming PRs that deal with mongo v2 and v3 issues. The big issue is I created this and it was fairly simple and a...
My searches doing this `knife batch "role:web" "hostname" -B 5 -W 10` Where always returning nil values. Digging in I found it was returning a hash like ``` {"web10-eu.domain.com"=>{"fqdn"=>"web10-eu.domain.com"}} ```...
Using the plugin, if I set a textbox variable and use a wildcard like In the query it is escaping the `*`. Here is the query it sent to quickwit...