Alexander Millin

Results 10 comments of Alexander Millin

For me caching works fine (I checked it from memcached side), but cache panel of django-debug-toolbar doesn't show any calls.

@MiltonLn It looks that you are right. Filtering by multiple queryset can return duplicate objects without using distinct().

Apparently it's a bug in the `ruyaml` side, but it looks like it's dead

@titusfortner This error occurs only when trying to download a file larger than the `shutil.COPY_BUFSIZE`. The cause is that the name of the zip-file is the same as the name...

Sorry, I created this pr prematurely. I've already fixed most of the bugs locally, but haven't pushed yet. I'll try to finish on Monday.

Hi @laurodelacerda Each operator is executed in an isolated environment (temporary directory) and DbtRunOperator knows nothing about the dependencies you have installed. You need to store the project in an...

This is not actually a problem with this package. This log message means exactly what it says "config vars, config profile, or config target have changed" since compile time. You...

Not really solved. The build using Apple Silicon still doesn't work. ``` werf version 2.10.10 ``` ``` $ werf build ... Error: phase build on image stage from handler failed:...

This is a documentation problem. I think you need the `project_conn_id` attribute instead.