Anthony Pessy

Results 75 comments of Anthony Pessy

@cibernox Maybe we could just use leave `proximitySelection: false` by default and use proximity on "shift + click". The option `proximitySelection: true` would just always enforce it. This way it...

Any chance to share what addon this would be?

@Alex-Aralis Too bad this is still private, that would have been handy right now :) Unfortunately I need it now so I guess i'll have to do something from scratch.

Can't find a way to exclude a transitive dependency with NPM, I guess i'll have to fork this addon and remove the closest polyfill :(

I must say I'm not quite sure how I can add a test for this even if I want to

@ncw I'm using macOS and tests in cmd/ftp won't run for me: ``` cd cmd/serve/ftp go test -v ? github.com/rclone/rclone/cmd [no test files] ``` Probably because Darwin is excluded: >...

> The rclone server doesn't support MLST so it must be some of the other changes that have caused the problem. Thanks for your time. Digging a little the changes...

I was able to run serve/backend tests using https://github.com/rclone/rclone/pull/6453#pullrequestreview-1112675068 In a VM spawned using multipass (praise that tool): ``` multipass launch --cpus 4 --disk 40G --mem 4G docker ``` But...

rclone is using `GetBucketLocation` API to resolve a bucket's region when unspecified. The problem is that using this API requires top level permissions which we often won't have. There is...

@ncw Why not, I'll keep this in mind, not sure when I'll have enough bandwidth though :)