Daniela Brozzoni

Results 154 comments of Daniela Brozzoni

Added borders around columns, you just have to ``` chart.setBorders(true);``` . Then, you can change the borders color, using ```chart.setBordersColor(int colorID);```

Hey @Yureien, are you still working on this?

Sorry, but I'm a bit lost... You're saying that the functions in `wallet/utils.rs` aren't actually called, then why is this PR modifying them? Can't we just wipe them and use...

Moving this one to the next milestone, as it seems that there is still some work to do :)

Oh, I just noticed... You should change the badge in the `README` not to point to codecov anymore, but to point to coveralls

Our database doesn't store secrets, just blockchain data. This means that if you want to re-open a wallet you need to give us through `new` both the private descriptor and...

You're right, we should probably add this to the `rust docs` and also maybe somewhere in the tutorials on the website. Thanks!

I just assigned this to you 😁 So, I don't know exactly how this will look like, but to give a bit of context: in #414 and #515 there should...

Thanks @vladimirfomene! I'm not specifically assigning anyone to this issue as it's quite open ended: one person can't really improve the code coverage from our current 79% to >90% by...

This is also related to #543, I think :)