Dustin Sallings
Dustin Sallings
Yes, but it will still reupload anything you tell it to. There's one small thing where it won't reupload anything that's currently known pending on that particular instance, but that's...
Interesting… I don't have those particular problems. There are some smaller retries but I usually just have timeout on the cloud service. When media fails for me, it fails processing...
Heh, the idea of a script in Haskell is humorous to me. We have some of those at work, though. The cleanup command only cleans up things in "registered", "uploading",...
> Surprisingly simpler than I expected compared to strict bash. I wanted to try something different than python. That must be functional programming for you. Yeah, I suppose I don't...
Hmm... It's been a while since I've set this up. I did the lambda function in JS because it seemed pretty straightforward, but I'm not sure how easily debuggable it...
The good news is that I just managed to try this again and it still works fine. It's easy to misconfigure, though. From your description, it sounds like you might...
@ThePVD let me know if you got anywhere with this. I'm not sure if anyone else has tried and "works for me" isn't a great answer. This particular project was...
The processing responses thing makes sense. Though perhaps the "0" messages should be debug. The way this works involves a bit of polling on the client side. All the transfer...
That doesn't sound too unreasonable. I use it via nix mostly (or just build it myself) since I mainly use the commandline tools. Would you expect to use it as...
Oh cool. Yeah, that's a pretty useful use case, and was the first thing I was concerned about. I started caring more about uploads when my connectivity was bad and...