kiddom-kq

Results 6 comments of kiddom-kq

> Please right-click the extension icon to open the context menu, and then click on **Inspect popup** at the bottom. Ha! Of course... the one place i DIDN'T try to...

Hah! I just hit this in testing and came here to open an issue. Somebody beat me to it :). ```shell root@cassandra-node-eb2d:/etc/cassandra# cat /etc/medusa/medusa.ini | grep prefix bucket_name = some-bucket-name-here...

Would `ValueError` be more appropriate than the base `Exception` that's being raised? I didn't see too many custom exception types in the Medusa code base and of the few, none...

@adejanovski I am having some trouble understanding the test. ```shell ./run_integration_tests.sh --test=16 --cassandra-version=2.2.19 -vv ``` That returns a failure because the `assert` statement is thrown. What is supposed to happen...

I'm hitting a similar issue; it looks like `--ssh-identity-file` must be a RSA key and not an `Ed25519` or similar :/

I hit this exact error while trying trying out a `dynamic` block inside of the `default_action` block on the `aws_lb_listener` resource. I know that `aws_lb_listener` is not the same as...