Max Zettlmeißl
Max Zettlmeißl
The world does not revolve around JavaScript. I'm also in favour of either kebab-case or snake_case.
> In fact, for messages that transmission _receives_ all that would need to be done would be to write rpcimpl.cc-specific shims for these functions: That part is pretty clear. But...
Please also document this in `docs/rpc-spec.md` and `docs/Editing-Configuration-Files.md`.
That's how it was written before I got there, you know? Feel free to change it to "customise" and "behaviour".
I rebased the branch onto the latest changes in main and squashed the corrections into the base commits. I had to force push thrice, because one correction did not properly...
Exponential backoff. Also it should probably only retry if the server responded with a "100 Continue" for the same action before.
This is currently not how `--no-directories` works. It only [prevents the creation of a separate directory with the item's name](https://github.com/jjjake/internetarchive/blob/d1c00add112fb586679649b187d67e438331b52c/internetarchive/item.py#L703). I'm not sure whether this is working as intended or...
Is this something that happens reproducibly? It seems like a transient error to me. Or are you trying to report the crash instead of proper error handling?
> This probably is a Windows specific issue as that character isn't allowed in file names and my browser when saving the file replaced it with an underscore. That is...
That's a nice and rather simple change. It seems like the API is mostly compatible and it is a good further step in modernizing `ia`.