Paul Kernfeld
Paul Kernfeld
As far as I can tell, the `close` method of `PeerGroup` does successfully close it, but the callback is called before it's really closed. Specifically, it looks like TCP connections...
The params object is _almost_ JSON-friendly, except that it takes in buffers for prevHash and merkleRoot. What if it accepted hex strings instead of, or in addition to buffers? That...
It would be nice to be able to write a script like: ```rust #!/usr/bin/env run-cargo-script println!("1 + 1 = {}", 1 + 1); ``` Rust's doctests currently support the ability...
Running `cargo nono` on my crate [hmmm](https://github.com/paulkernfeld/hmmm), it produced useful output but it also looks like it crashed. ``` (base) [13:27:101]% RUST_BACKTRACE=full cargo nono check paul@compy386:~/projects/hmmm on master -> origin/master...
I created an example [here](https://github.com/paulkernfeld/wgpu_glyph/tree/center) that illustrates. I would expect that the base of the text and the top of a capital letter are each the same distance from the...
A couple different times I have wanted to construct a 2D array from an iterator of 1D arrays. Is this something that should be added to ndarray? Roughly, I'm thinking...
As I was figuring out how to get started with loom, I wanted a way to ensure that a particular access does return multiple values. This made me feel more...
👋 Hi, I'm doing a small study group (with @mjhoy and @deffen3) and each of us encountered this issue when trying to do "debug it" in the LED roulette example:...
There have been a couple proposals for integrating different decentralized naming systems with GitTorrent (see #71, #72). If we go with the "namespacing" option (e.g. `paulkernfeld@namecoin`), how should these systems...
Is GitTorrent open to burning coins to an unspendable address (e.g. `1GitTorrentXXXXXXXXXXXXXXXXXahssxC`) when storing data in the Bitcoin blockchain? This would let the GitTorrent client retrieve usernames with an SPV...