Edward Anderson

Results 111 comments of Edward Anderson

I understand what you mean now. No, there is no global sync right now, though that seems like a good idea. I think the only feasible option would be to...

I'll rename and reopen this issue to see if any others have any feedback.

I don't have time to look into this immediately, sorry.

I'd love to see this commit tagged `v2.5.0` too. The tag makes it a lot easier in GitHub to find and browse the released version of the source code that...

Looks like I forgot to link with `-lcspec`. That said, could you please update the readme with how to build and link this library rather than leaving that as assumed...

Or if you prefer, I can put together a pull request based on my attempt.

Sorry I haven't followed through on this. The project I was using this with is finished, and I won't have time to update the readme anymore. Feel free to take...

👍 I like the idea of segmenting these errors into ones that should be retriable and not. Sometimes a `CloudinaryException` can represent a transient network error or downtime event that...

For backward compatibility, the specific errors raised can both be subclasses of `CloudinaryException`.

@st0012 that's a really good workaround that I hadn't considered. Thank you! The biggest issue I see is that it leaves lingering breakpoints that can be hit later, from what...