forthrin
forthrin
@JC1738: Hi! What is your take on this one?
Actually, first time I did something in Go (out of pure necessity). The patch does work, though it's repetitive (as is the original code though). The first part with signal...
Reopen/post here if you resolve this. Seems like I'll have to run my own patch in the meantime.
Acknowledging extensive discussions and changes around TCPSocket timeout. Is the exception expected behavior (in given configurations like Ruby < 3.5) and what is the recommended mitigation on the developer side?...
@osyoyu: Same as you. First `Socket::ResolutionError`, then `unknown keyword: :open_timeout (ArgumentError)`. So yes, catching the prior would obviously eliminate the latter, but what is the purpose of raising the latter?...
@quintanaplaca: Thanks! I'll try this the next time it happens. Do you know why it happens? I've only seen it happen for a particular type of short-lived videos. Is it...
Works! 1. Why? 2. Why does it behave differently for PDF than other image formats?
`-gravity center` was needed because the original use case consisted of 5x5 images of different aspect ratios that needed to be centered within each their allotted cell space. But why...
This has always worked until recently, so assuming it relates to typically incompatible C libraries. ``` $ magick -list format | grep -i hei AVIF HEIC rw+ AV1 Image File...