Oliver Mannion

Results 232 comments of Oliver Mannion

Also experienced this. The error is > AttributeError: 'ConfigTree' object has no attribute 'history'

Same issue here. Refresh fails when the role has been deleted outside of terraform: ``` terraform apply -var-file account.tfvars snowflake_role.prod_jaffles_admin: Refreshing state... [id=PROD_JAFFLES_ADMIN] snowflake_role_grants.prod_jaffles_admin: Refreshing state... [id=PROD_JAFFLES_ADMIN] ╷ │ Error:...

Looks like this because [of the line](https://github.com/palantir/go-githubapp/blob/cfa9b81/example/main.go#L60): ```go http.Handle(githubapp.DefaultWebhookRoute, handler) ``` which expects requests at `/api/github/hook` whereas my app on github.com was configured to post to `/`. This makes it...

json4s (at least v3.4.1) converts a java.util.Map into an empty JObject. To work-around this, drop down to Jackson to create a JsonNode, and then convert it back to a JValue:...

This still happens when [following the docs](https://ray-project.github.io/kuberay/deploy/installation/#nightly-version) for the nightly version: ``` export KUBERAY_VERSION=master kubectl create -k "github.com/ray-project/kuberay/manifests/cluster-scope-resources?ref=${KUBERAY_VERSION}&timeout=90s" ``` I think the problem is the `timeout=90s` param is not supported.

Interesting idea! What would AWS Batch give you over the current AWS capability?

Also getting the same error. Here's some context including the stack trace ``` [1, 101, 3] [10.0, 10.0, 90.0] [1, 3, 101] [10.0, 10.0, 10.0] [3, 5, 103] [10.0, 10.0,...

@puluwen there is now a Dockerfile you can use on Mac OS X see #36

@vnnw the Dockerfile in #36 shows you how to install this on Ubuntu, or you can the container on CentOS 7