Yat Ho
Yat Ho
PyGAD version: 2.16.3 Please specify somewhere in the docs that PyGAD is only geared for deterministic problems, and are not suitable for subjects that will produce different outputs even when...
[email protected] [email protected] ```js config = { type: 'bar', /* ... */ options: { /* ... */ datalabels: { clamp: true, anchor: 'end', align: 'end' } } } ``` If the...
Should fix #6594. Instead of directly storing the objects in the map nodes and splicing the nodes across different maps, manage their lifecycles using shared pointers. This PR is the...
https://www.bittorrent.org/beps/bep_0014.html Notes: Add support for IPv6 Local Peer Discovery.
Fixes #462 Fixes #5464 Allow port forwarding state to recover from error, e.g. recover from a temporary network stoppage. Notes: Allow port forwarding state to automatically recover from error.
Closes #4719. Notes: Added support for IPv6 and dual-stack UDP trackers. 
Finish an unsuccessful attempt at 4917cd119b94e128805d8ccbc0b0c2b980f2139c to reduce the loading time of the resume file by skipping the blocks bitfield if we are a seed for the torrent.
Fixes #155. Notes: Save upload/download queue order between sessions. **Important: This PR does not load the queue order stored in pre-4.0.0 macOS apps.** The macOS app in Tr 3.00 and...
Implement my suggestion at https://github.com/transmission/transmission/pull/6577#issuecomment-2016481876. Fix the width of the upload speed info, so that the download speed info will not move around in response to upload speed changes. |...
### What is the issue? https://github.com/transmission/transmission/blob/212bf69bb3da165aaac9c99d6c235d8931b51a22/libtransmission/peer-mgr.cc#L468 Currently, multiple threads can access `tr_swarm.peers` concurrently without any locking mechanism whatsoever. This has been producing crash reports here and there over the last...