Iwan Aucamp
Iwan Aucamp
I will try find some time this week to review this.
One way this could be implemented is to add an Options varargs type to Open, and then make a read only option. Other suggestions would be appreciated.
This may be relevant to SFTP also
Thanks for the inputs, I am not sure when/if I will work on this, we also do not have a use case for this now but may have in future...
Implemented in PR #215 which needs review.
@hugovk I think given that this project is still mostly unmaintained isodate2 will eventually be needed again if we want type hints (like @eggplants tried to add [here](https://github.com/gweis/isodate/pull/72)) and other...
as a somewhat of a hackaround I'm piping yes into tfswitch: ``` root@4547b3eb3246:/srv/workspace# terraform version Terraform v1.1.6 on linux_amd64 Your version of Terraform is out of date! The latest version...
Are you open to PRs for this? I'm thinking of just adding another github actions workflow.
The following approaches for doing this is available: 1. Create a repo for inclusion here: https://github.com/docker-library/official-images#docker-official-images (similar to https://github.com/docker-library/python) 1. Publish to docker.io independently of the official images process 1....
I'm getting this error on fedora 34, using `Docker version 20.10.8, build 3967b7d` ``` $ cat Dockerfile FROM docker.io/alpine:3 RUN cat /etc/os-release $ DOCKER_BUILDKIT=1 docker build - < Dockerfile [+]...