Paul Kernfeld

Results 28 comments of Paul Kernfeld

Thanks for sending the link! When adding this, I'd want to see two things: 1. What use cases does it excel at? There are many ways to implement graph data...

The assumption that I'm making is that people may want to frequently add checkpoints for existing blockchains without changing the logic of the blockchain. I certainly find myself wanting to...

For my use case, I think that would be nice. However, there is definitely a complexity cost to breaking the configuration into more pieces, so you would understand that tradeoff...

I was also imagining a centering strategy that did *not* depend dynamically on the particular glyphs. Maybe it's wrong to approach this with the expectation that the baseline of the...

Sure! One use case was in [reading a CSV file into a 2D ndarray](https://github.com/paulkernfeld/ndarray-csv/blob/fbb411551c13b5fb0b0266b3312f8a3055a134b2/src/lib.rs#L105). The other use case, which I don't have public code for, was in implementing the forward-backward...

This is related to #259, I believe chapters 11 and 16 are still broken. @zhao-lang I'd love to see a PR with your code. As far as I'm concerned, I'd...

Could we just revert to earlier versions of the relevant dependencies? That should be a pretty easy and low-risk way to keep things working if indeed the book is planned...

After trying to bump the version of cortex-m in throughout the repo, the build failed (only in chapters 11 and 16, actually). I think this is because the f3 crate...

If we do catch a panic, what's the right thing to do? Print a stack trace and abort? I see that gfx-rs/wgpu#638 exists, which should cover most errors, but I...

I'll try to summarize my thoughts on the advantages and disadvantages of sending coins to an unspendable address as an index, but I am definitely curious to hear what the...