Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

Sounds like a good idea. Do you want to send a PR?

It probably needs a bit of cut and paste from here https://github.com/rclone/rclone/blob/2d1c2b1f76f44b4db5369bacdd4e5f76feecc128/.github/workflows/build_publish_release_docker_image.yml#L45 To [build_publish_beta_docker_image.yml](https://github.com/rclone/rclone/blob/master/.github/workflows/build_publish_beta_docker_image.yml) Alternatively you can build it from source and create a local docker image.

If you want to integrate it into gpython then you need to add a bit of boilerplate to turn it into a gpython module. If you want to integrate it...

I'm not quite following what you mean; can you explain more please?

I see what you mean. Why would you want that is my next question? Can you describe a use case?

Great work :-) How many of the integration tests are passing? `test_all -backends cloudinary`? I notice you use a cloudinary go package - can you run bin/test_backend_sizes.py cloudinary To see...

Looks like you need to run `go mod tidy` too!

> 3 tests have failed, and 2 passed. If you'd like help analysing what happened, then zip up the test_all output directory and attach it, and I'll analyse it for...

This failure looks straight forward ``` "./operations.test -test.v -test.timeout 1h0m0s -remote TestCloudinary: -test.run '^TestParseSumFile$'" - Starting (try 5/5) === RUN TestParseSumFile run.go:180: Remote "Cloudinary root 'rclone-test-nogejog3xayo'", Local "Local file system...