E__Man

Results 4 comments of E__Man

As I understand, * without "userSpaceOnUse", `y1=100%` means 100% of the Y-_data_ range, and * _with_ "userSpaceOnUse", `y1=100%` means 100% of the _displayed_ range. If both ranges are the same...

Hi, type `MerkleProof` already has support for multi-proofs: `MerkleTree::proof` takes a (sorted) slice of leaf indices, and `MerkleProof::verify` takes a slice of leaf indices and hashes.

I agree that `permissions` is not a very appropriate name to refer to attributes. I suggested to extend `Permissions` because, despite its name, it exactly represents the file's attributes. (The...

I agree that my PR does not address costly DOM manipulation and path re-computation. I also agree that using a sealed trait is not the best way and looks more...