Sören Wacker

Results 111 comments of Sören Wacker

That sounds very useful. I can try testing it.

I have the same question. The `dcc.Upload` component stores the data in memory first and then I can decide how to parse it and where to store it. I have...

I think it could be done with callbacks. When the upload finishes the next callback moves the files to a better location. How do you get a username though? Are...

I now upload the file and then move it into a different folder.

You mean whether I executed dvc remote modify myremote gdrive_use_service_account true ? I did that locally, but not as part of my Github actions yaml file.

That surprises me. I have this workflow from a different project and this works. ``` name: auto-testing on: [push] jobs: run: runs-on: [ubuntu-latest] strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9,...

That also means, if I would set this up from scratch this workflow would not work anymore?

If that is the case it should probably be explained in the docs.

I wonder, why does it work on a local machine, but not on GitHub actions? Maybe it is possible to create a workaround until this is fixed? My GitHub actions...

That definitely changed the error message. ``` aiohttp==3.8.1 aiohttp-retry==2.5.2 aiosignal==1.2.0 appdirs==1.4.4 argcomplete==2.0.0 async-timeout==4.0.2 asyncssh==2.11.0 atpublic==3.0.1 attrs==19.3.0 Automat==0.8.0 blinker==1.4 cachetools==5.2.0 certifi==2019.11.28 cffi==1.15.1 chardet==3.0.4 charset-normalizer==2.1.0 Click==7.0 cloud-init==22.2 colorama==0.4.3 command-not-found==0.3 commonmark==0.9.1 configobj==5.0.6 constantly==15.1.0...