Till!
Till!
> It would be great to have more information about the context and things like this. Either in the PR description, or in a separate issue. Can you do that...
Is the idea to support _arbitrary_ writer opts? Or specific features?
> initally, arbitrary content-types. > > > > Do you think it should support arbitrarty opts? If so, can you share your usecase? As outlined in the discussion, I need...
Along these lines, maybe a `headers` option with `map[string]string` is best there? Then everyone can set whatever they need. Whatever the user puts in the config wins over current defaults....
Maybe... Something like this: ``` blobs: - provider: s3 # etc... extra_files: - headers: content-disposition: attachment files: - glob: ./path/to/file.txt ```
Has anyone considered using fact caching in Ansible? I am not sure if this extends to the custom facts one can add with `set_fact`, but then we could assert on...
Here to bump this up. I've also read the FAQ and the associated issues. Is it possible to get an answer as to why tags are no longer published? It...
@brianshumate was wondering, would you accept a PR if I changed this? Or rather not?
@bulam you probably didn't mean me?
I am not using an m1, but I hit a similar error (even earlier in the process): ```sh act "pull_request" \ -s DOCKER_USERNAME \ -s DOCKER_PASSWORD [pr/build] 🚀 Start image=catthehacker/ubuntu:act-latest...