Tony Bargnesi

Results 21 comments of Tony Bargnesi

Sure I will take a crack at it.

Agree with @arikfr. Shipped the following with our λ. ```bash $ tree -la . ├── chromium └── .fonts ├── NotoColorEmoji.ttf ├── NotoEmoji-Regular.ttf ├── NotoSansArabic-Bold.ttf ├── NotoSansArabic-Regular.ttf ├── NotoSansCJKjp-Bold.otf ├── NotoSansCJKjp-Regular.otf...

I would suggest we deprecate the API: ``` java /** * Get the most recent media published by a user. * * @param userId * @param count * @param minId...

@igor-suhorukov You could add your MIT license text to the `LICENSE` file at the root of this repository. Additionally see https://help.github.com/articles/licensing-a-repository/.

The license was declared MIT in the POM on maven central (http://search.maven.org/remotecontent?filepath=com/github/igor-suhorukov/instagramscraper/2.1/instagramscraper-2.1.pom).

It looks like you can use a TableCreatorCallback to apply tags after the table is created the first time: https://github.com/awslabs/amazon-kinesis-client/blob/master/amazon-kinesis-client/src/main/java/software/amazon/kinesis/leases/dynamodb/TableCreatorCallback.java

+1. This would be a performance benefit for my use case. I would like to have a single engine for the life of the ruby process that I could repeatedly...

@ylussaud This is very helpful. @amoeller any chance this will be merged?

@Ph3n1x I saw your pull request for #736 and wanted to separate it out. Additionally I have added some tests to cover the conditions. Is anything missing? How does it...