Simon Walker
Simon Walker
Hi, sorry for the lack of responses. I am happy to include this feature with the fetaure flags you suggest, however I am unable to build this branch myself in...
@zec it is now available in [fitsio version 0.21.9](https://crates.io/crates/fitsio)
You can iterate over columns one at a time with `columns()` if you are ok to filter out the rows you want yourself. Or you can `read_col_range` to read a...
> It's an example of stacks being updated even when there's no diff to begin with. I don't know if this is fixed on the latest dev builds, but it's...
Hi @Garethp, thanks for creating this issue. I can recreate the issue with your helpful repo. I will take a look at resolving this problem, and get back to you...
Hi @Garethp, unfortunately I don't think this is a valid configuration for your three resources. You have a CloudFront distribution with domain name `example.test.com`, which has an HTTP origin of...
Thanks for posting that sample CDK usage. Could you share a reproducible example that highlights this issue? Looks like there is something in your API Gateway REST API CDK resource...
The CI is green apart from one failing test with the arm tests: `tests/aws/services/cloudwatch/test_cloudwatch_metrics.py::TestSQSMetrics::test_alarm_number_of_messages_sent`. This is unrelated to this fix.
> * `--expose-dns` boolean to control the exposing of the DNS port My suggestion was a flag to opt _out_, but you have added flags to opt _in_. Why do...
I'm not settled on either way, I think exposing DNS to the host is only useful for people developing Route53 generally, and probably people are going to be annoyed by...