miguel
miguel
@kikieri Thank you! Candlestick charts would be awesome but I haven't found a good terminal based charting library. If you know a good library for this let us know!
Thanks for those suggestions! cointop is using the termui chart library already actually but doesn't have candlestick options. I'll give those other libraries a try 🙂 Thanks for the kind...
I agree that it would make sense to take account the `hashLeaves` option (this was an oversight on my end) but it wouldn't be ideal to break existing behavior so...
Sad to see you leave the project and it's completely understandable; at some point it becomes a chore that is no longer enjoyable. We are grateful for RTV and wish...
Closing issue due to no activity
I disagree, there are appropriate times to use keys with periods, such as when dealing with i18n translations, ie. es['user.profile.greet'] Here's a simple implementation https://github.com/miguelmota/getprop
@Plloi yes that's probably preferred, I was simply giving a basic example since the issue relates to keys with periods. Other examples are numeric literals, ie. obj['1.2e+35']
Just use lodash `_.get` https://lodash.com/docs#get
Worked for me on my RPi4 running archlinuxarm armv7. I had to tweak some paths on the install script. I also tried it with rasbian buster lite and got white...