Stephen M. Coakley

Results 170 comments of Stephen M. Coakley

This sounds like a useful addition to me, go for it!

For what its worth, I have the same issue. My system is running GNOME 48. Tested with DIYLC 5.5.0 AppImage: ![Image](https://github.com/user-attachments/assets/451d34f9-4c3f-488f-b4cc-0f8e54a244bc) This likely is Swing's fault somehow doing a bad...

Hi there! Yes, depending on how you define "unmaintained", you might consider Isahc temporarily unmaintained. Due to just my life circumstance at the moment, I have very little time to...

Thanks for filing an issue! I'll take a deeper look into this when I am able. At a cursory glance, the key part of this error is that the cause...

Could you share an example program that reproduces this problem? That would also be very helpful. You wouldn't happen to be using [`dial`](https://docs.rs/isahc/1.7.2/isahc/config/trait.Configurable.html#method.dial) by chance, are you? Sometimes that can...

@men1n2 This issue _is_ the investigation. 😄 I cannot promise any sort of timeline for fixing this, but I will be looking into it over the next week or so...

[Linkding.link](https://linkding.link) is the second result for "linkding" on [Kagi](https://kagi.com). 😁

Thanks for looking at this! I can't review this immediately, but should have time to in the coming week. Thanks!

See this issue for why the eager init constructor exists, for context: https://github.com/alexcrichton/curl-rust/issues/333. The TL;DR is that it exists to help ensure that safety requirements of curl and OpenSSL are...

It would appear that `threadsafe` was added in [7.84.0](https://curl.se/ch/7.84.0.html), so this would not apply when dynamically linking to a version of libcurl older than that. It does appear that [`curl_version_info`](https://curl.se/libcurl/c/curl_version_info.html)...