-
I'm not sure which route you'll choose to take, but ARGV::Struct can't install on anything prior to 5.14 (it seems) due to the way you're declaring the package scope.
``` perl
package Foo {
}
1;
```
…
genio updated
9 years ago
-
Hello,
I have this fragment of code
``` perl
use Paws;
use Paws::DynamoDB::Key;
use Paws::DynamoDB::AttributeValue;
my $dynamo_api = Paws->service('DynamoDB', region => 'eu-west-1');
my $res = $dyn…
-
ResultParser and UnwrappedParser roles can be deleted (since the result_to_object methods are perfectly capable of converting a response into the object model).
I've started development in https://gi…
-
Both Paws::SQS::Message->Attributes and Paws::SQS::GetQueueAttributesResult->Attributes return a Paws::SQS::AttributeMap object. The first object should contain _message_ attributes (e.g. SentTimestam…
-
Since my last update (
-
There are probably a few things that need to be done here which need to be fleshed out, including:
- [ ] Tuning the size or type of the root volume (magnetic vs. SSD; ext4 setup; etc.)
- [ ] Configuri…
-
I am trying to create Dataproc cluster using the following command:
`gcloud beta dataproc clusters create cluster1 --zone us-central1-c --master-machine-type n1-standard-4 --master-boot-disk-size 500…
-
Log:
```
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------------…
-
According to S3 put-object documentation, we can attach custom metadata to an object with
```
--metadata key_name=string,key_name2=string
```
Is this something aws supports? I've try `--metadata`, `…
-
Bah! Why won't production Just Work and leave me alone? :-(
Tonight:
```
+ git push rhcloud origin/gh-pages:master
Counting objects: 18, done.
Delta compression using up to 4 threads.
Compressing o…