Yat Ho
Yat Ho
This worked for me... It seems like their documentation is outright wrong on this part ```js ws.addConditionalFormatting({ ref: "A1:B4", rules: [ { type: "dataBar", minLength: 10, cfvo: [{type: "min"}, {type:...
It doesn't look like a problem with this project. I solved my problem by following the logic described in https://stackoverflow.com/a/71828113/11390656 and added the following to my `package.json`: ```json "resolutions": {...
Another confusing thing is, according to the comments, if the ports are used for generating the CRC32-C checksum, they should be in network byte order. However, the actual code uses...
Correct me if I'm wrong, but instead of the implementation you linked to, I think the canonical priority code is using this implementation instead, which preserves endianness: https://github.com/arvidn/libtorrent/blob/9aada93c982a2f0f76b129857bec3f885a37c437/include/libtorrent/io.hpp#L78-L99 https://github.com/arvidn/libtorrent/blob/9aada93c982a2f0f76b129857bec3f885a37c437/include/libtorrent/io.hpp#L157-L159 You...
> I will investigate the logic and get back to you. I agree that libttorrent does not appear to implement the BEP correctly. Please do, thank you very much for...
Rebased to `main`.
This is sadly the reality I've been facing for the bigger half of the past year or so. Could you please show the conflict? I'll tell you how it should...
Resolved merge conflicts.
I haven't found a suitable torrent to test this with. For now I'm guessing it is an unintended side effect of 9ff95d162e51d0dbacff242e7f6c7483847d61aa. Doesn't look related to this PR. https://github.com/transmission/transmission/blob/361b5c6152bf8d90d7dbc6937df133d458dda6b4/libtransmission/peer-mgr.h#L247-L258
> Would it void saving peers to resume? Yes it will. That sounds terrible especially for torrents with little seed.