Jack Palevich
Jack Palevich
It would be convenient if console.log and related functions wrote to Android's LOGCAT by default. See android/log.h in the NDK.
Otherwise there's the potential that the PATH does not include the directory where the executable lives, or that the PATH is set so that some other executable with the same...
Hi Thomas, Here's what I meant by my tweet saying that I didn't think you needed the runtime type check. The "where" clause turns it into a compile-time type check....
Some weight checkpoints have extra non-tensor data in their state_dict. maple-convert.py should ignore this extra data rather than crashing. ```diff # model weights -for k in ckpt["state_dict"]: - if "first_stage_model.encoder"...
This app works great, and as soon as I saw it generate an image, I wanted to share it. It's pretty easy to hook up SwiftUI share sheets by using...
I used A-Star to write a "Hitman Go" level solver: https://jackpal.github.io/2022/04/29/A_Solver_for_Hitman_Go_Levels.html A-Star worked well for me. Thanks for providing it! However, I ran into an issue when writing unit tests:...
Consider adding support for WebTorrent. WebTorrent is a BitTorrent variation designed to be implementable by web browsers. It works over WebRTC. https://webtorrent.io Not sure webtorrent will become popular, but supporting...
A bug report by email: When one node has downloaded a file and removes the file. After this, when this node reboots Taipei-Torrent and downloads same file again. It prints...
Someone asked by email: When I use one node as seeder and another 10 nodes for leecher. I found that all these leecheres mainly get data from seeder and do...