Yat Ho

Results 70 issues of 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...

question

[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...

scope:core
type:refactor
needs code review
notes:none

https://www.bittorrent.org/beps/bep_0014.html Notes: Add support for IPv6 Local Peer Discovery.

scope:core
type:feat
needs code review
bep-compliance

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.

scope:core
type:feat
semver:minor

Closes #4719. Notes: Added support for IPv6 and dual-stack UDP trackers. ![image](https://github.com/transmission/transmission/assets/46261767/d36522b6-e7bb-4171-bba5-2c12e0a49ab0)

scope:core
type:feat
scope:test
needs code review
notes:highlight
bep-compliance
semver:minor

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.

scope:core
type:perf
notes:none

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...

scope:core
type:feat
semver:minor

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. |...

scope:web
type:ui
notes:none

### 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...

bug
help wanted
scope:gtk
scope:mac
scope:core
pr welcome