Ivor Paul
Ivor Paul
I can confirm this. ``` ex_aws -> 2.1.4 ex_aws_s3 -> 2.0.2 ``` Is there a plan to go either of the directions mentioned by @khaskelberg?
Understood. I will scratch around a bit and see if there are bits of the existing library that I can reuse. The `Download` module seems useful, although the S3 Select...
I played around a bit but ended up not using it. The operation below worked if passed to `ExAws.request(operation)` if there were few records. The response can be split on...
Printing out the args returns this for the variable with the default value: ``` {:\\, [line: 170], [{:attrs, [line: 170], nil}, {:%{}, [line: 170], []}]} ``` and returns this compile...
Not something I am very familiar with, but I am wondering if this would work: ``` args_with_or_default = Enum.reduce(args, [], fn {:\\, _line, [{_var_name, _var_line, nil}, _default_value]} = ast_for_default, acc...
This seems like a great feature that will make the library very dynamic. Any plans to merge this. What are the changes required to get this merged?
Is doing the interaction with youtube via an AWS Lambda a viable way to circumvent this issue?
Also running into this when trying to use a MockHTTP module with hammox. The contract is enforced to ensure the Mock returns the same types as what is specified in...
Hi, the use case we have is a centralised way of capturing notes. This is used by different dashboards for different industries. Each industry has different extra fields to capture....
I haven't tried it. Just added the tests here. We use the current version with hard-coded types. I can implement it and provide feedback by Wednesday next week. Maybe sooner...