Ben Wilson

Results 158 comments of Ben Wilson

@Un3qual can you elaborate on your use case?

Technically they do not use configuration automatically. Configuration is passed in to the `ExAws.request/1,2` functions. The functions within the `S3` module really don't use config at all with the one...

The issue is that it isn’t a request, nor is a pre-signed URL an operation. I agree that the API is inconsistent, which is definitely sub optimal, but piping it...

I'd welcome a PR for it, but I don't have time in the foreseeable future to do so myself sorry.

Just to be clear, suppose we have an input object Contact that has a `value` and `type` field. ``` query UserByContact { user(contact: {value: "[email protected]", type: EMAIL, extraField: false}) {...

@altuntasfatih the primary blocker here is that this is technically a breaking change. I'm not clear whether this was a bug or just bad design, but if anyone has code...

> couldn't it work just as well to check the candidate path against the set of globs without expanding them? There is no function in the Elixir standard library to...

> The complex part is dealing correctly with cwd, symlinks, special paths, case insensitive filesystems and other path oddities Indeed.

Hi @mz2! I believe two things here: 1) It is quite possible that you are right, and that in all cases, only one error should be reported per field. 2)...