James C. Wise

Results 38 comments of James C. Wise

[`rclone mount`](https://rclone.org/commands/rclone_mount/) seems to perfectly fix this It has the ability to mount external storage providers (FTP, google drive, mega and pretty much everything else except icloud) as effectively a...

I don't suppose I could bribe you with $20 USD to do `join!`? It would help a lot in a niche personal project I'm working on Also I assume the...

Managed to make it partially work, but not with slices. ```Rust macro_rules! join { (join=$join:expr, $x:expr) => ($x); (join=$join:expr, $x:expr, $($y:expr),+) => { concat!($x, $join, join!(join=$join, $($y),+)) }; } ```

I currently do not have $20 to give you. I swear I'm not just going back on the promise; Just give me until April.

Finally have the money. Do you have a paypal account?

Just ran into this when writing a Rocket server with an API where successful requests return JSON of the form `{"Ok": ..}` and errors, handled by a different function, return...

Because downloading mature scraps requires an actual login cookie again, would this be worth revisiting?

https://github.com/mikf/gallery-dl/commit/2a1cb403ee8b38bd6c888de88c48a38452dd0565 says a login is once again required for mature scraps (which messed up #1776) And neither the project readme nor the example config mentions deviantart supporting `username` and `password`...