93578237

Results 83 comments of 93578237

I also get errors like this https://github.com/Bogdanp/dramatiq/issues/168 with 0.11.0 only, redis backend

Why can't we pass filepath to celery/any async `shedule_generation` method instead of file argument and then find the file by the filepath variable?

@hvdklauw i suggest just replacing file with filepath and when file itself is needed, find it by name. Nothing else would change for example u can find file by name...

@playpauseandstop as I mentioned earlier, v0.14.2 contains some todos in actual code. I think we should wait for the next openapi-core release. Could you explain pls why response contains auth...

@u8sand @playpauseandstop It works by passing `error_middleware_kwargs={"ignore_exceptions": web.HTTPFound}` to `setup_openapi`

@asvetlov does it mean that existing `mktar_from_tar` just needs a new arg `directory` and new line with `t.add(directory, arcname='.')` ?

Sorry, mb - [mktar_from_dockerfile](https://github.com/aio-libs/aiodocker/blob/c8bdfa6a378999b6621b3941f1dccfa4c674f3b6/aiodocker/utils.py#L230)

Maybe use [docker-py implementation](https://github.com/docker/docker-py/blob/master/docker/utils/build.py) with `PatternMatcher` for `.dockerignore`?

they also cribbed it from moby