Flavio Roth

Results 5 issues of Flavio Roth

Hey there! This small PR adds a getter to read the title row. In my case I need it to implement a custom display function for my tables. Hope it...

Hey there. Cool crate! Any reason `approximate_float_unsigned` isn't exposed in the lib interface ? It makes it impossible to approximate into unsigned ratios. Here's a small patch that fixes that....

In some instances (ex `Parameters.set_width(&mut self, value: u32)`) we pass a value as `u32` but the value is immediately cast into `c_int`. Passing `u32` values bigger than 2^31 will probably...

This PR enables copying a wallet's private key without revealing it on screen. Useful for handling keys discreetly. The copy button is now always visible. The width of the "Click...