Alexander Lenail

Results 66 comments of Alexander Lenail

I have solved this problem via this ghastly code: ``` let sum_counts_objects = (a, b) => _.object(_.uniq(Object.keys(a).concat(Object.keys(b))).map(key => [key, (a[key] || 0) + (b[key] || 0)])); ... margin = {'2':...

Hi @kpfaulkner , Thanks for getting back to me so promptly! Sorry for clipping the image. Here's a better one: I'm trying to move something on the order of 30TB....

Hi @kpfaulkner Just to be clear, is this either-or or both? I definitely want the -blobcopy flag it seems, but do I also want the -d flag?

Hi @kpfaulkner ! Progress was being made, I think I transferred some 300MB this time before it crashed, with the following error: This looks maybe like it reached max retries?...

Hi @kpfaulkner Above the image that's shown is just pages and pages of ``` using blob copy [source] to [dest] ``` That said, the command that was run was this...

Any ideas? It looks like AzureCopy started transferring every single file at once as opposed to doing them sequentially. Maybe either end of the transfer freaked out when AzureCopy started...

The zip you sent me didn't have an azurecopy.exe.Config file, so I copied the one I had into the directory. If that was incorrect let me know. The transfer started,...

Curiously, the command completed this time, but I don't think it properly copied the data. If the command completes with the `blobcopy` flag does that mean it has completed the...

It was the first binary. Should I try again with the latest one? @kpfaulkner

Hi @ibowennn , I'm not able to reproduce your error, but it looks like you aren't able to load jquery. It's understandable that the page might not work without one...