ogoshen

Results 4 issues of ogoshen

### Please confirm your submission meets all the criteria - [x] Please describe the application briefly. Power management app for Ryzen processors. - [x] Please attach a video showcasing the...

blocked
leave-open

Allows for using custom backgrounds on charts. Like the one below with rounded corners, related to https://github.com/lcallarec/live-chart/issues/27. ```vala using Cairo; namespace LiveChart { class ChartRoundedBackground : LiveChart.AbstractBackground { private ChartRoundedBackgroundDrawer...

PR for https://github.com/lcallarec/live-chart/issues/52

I was clearing out chart data when it crashed. Stack trace did lead to https://github.com/lcallarec/live-chart/blob/9d34b487602919675dd78f7c91e1f27c26eb874b/src/utils.vala#L61 Gee docs do say `List.last()` fails on an empty list. My solution is then: ```diff...