Cœur

Results 653 comments of Cœur

I'm not quite sure which issue is tracking the libevent CI failures. I do see discussions about it from time to time, like in this recent one: https://github.com/libevent/libevent/pull/1719 But who...

I'm not able to reproduce. Sounds like an Apple bug, because `= 95` sounds pretty satisfiable simultaneously. And it's the only crash reported about it in two years (since #4067).

I quoted the relevant code already in the initial message: https://github.com/transmission/transmission/blob/173c19eb5a09f2706becda72a321ad1082f987c6/macosx/FilterBarController.mm#L272 It's Apple to apply some magic and converting this equality in a double inequality at its UI level. I'll...

Actually, we do have multiple constraints in the XIB. Maybe there is one too many? ![Capture d’écran 2024-08-23 à 21 02 39](https://github.com/user-attachments/assets/6f1f9396-a197-48b8-8a3c-fb7eff5e5b48)

Possible duplicate of #6127. But since I can't reproduce any issues on Sonoma, can you give: 1. Share a crash report? 2. Try 4.1.0-dev from [nightlies](https://build.transmissionbt.com/job/trunk-mac/)?

The crash report seems 100% within Apple UI frameworks (AppKit). So best course of action would be to open a FeedbackAssistant report to Apple. I'm happy that the nightly works...

Closing, since no more actions can be taken for that issue.

Well. Not something that I can address myself regarding the network setup. All I know is that possibly, `bindaddr` value is "0.0.0.0" if I recall correctly. For now, my only...

Unrelated, but coincidentally, an exploit on "0.0.0.0" was just found: https://www.oligo.security/blog/0-0-0-0-day-exploiting-localhost-apis-from-the-browser

I found a partial fix: https://github.com/miniupnp/miniupnp/pull/811