Chaiwat S

Results 4 comments of Chaiwat S

Is it possible to extract data from `DescribeInstanceTypes` ? ``` ❯ aws ec2 --region us-east-1 describe-instance-types \ --filters "Name=instance-type,Values=r6g.*" \ --query "InstanceTypes[].[InstanceType, NetworkInfo.NetworkPerformance, NetworkInfo.NetworkCards[0].BaselineBandwidthInGbps,NetworkInfo.NetworkCards[0].PeakBandwidthInGbps]" \ --output table ------------------------------------------------------ | DescribeInstanceTypes...

@tanigami you may need to visit [AspectMock](https://github.com/Codeception/AspectMock), they provide static method mocking which can be a workaround while waiting for a new version.

Why don't you put that method to `GPGME::Ctx` class? However, I'm surprised that `gpgme_set_engine_info` is already exposed.

`GPGME` already provides [gpgme_data_set_file_name](https://www.gnupg.org/documentation/manuals/gpgme/Data-Buffer-Meta_002dData.html) function, but it's not accessible by Ruby-GPGME library. I think it's a Ruby question.