Lester Covax

Results 23 comments of Lester Covax

@shawnholbrook better late than never for a reply I guess (whoops).... You can start learning about them here: https://www.w3schools.com/xml/xpath_intro.asp Then use the examples I linked to in the code, and...

***EDIT:*** I'm an idiot...somehow skipped over the fact that you're using PowerShell and no VIM (aka everything important). It still looks like it's a screen write/buffer issue though. I tried...

Nice! Yeah, pretty much that. IMO 1/day would be fine but the user could define their trigger. I've already been running into execution time limits with sheets since the overhaul....

Thanks @tmlee , looks good at first glance and I'll have to take a deeper look at it. I'm not opposed to switching API sources and I think users have...

@tmlee Hoping to make the switch to Coingecko over the weekend or early next week. The procrastination cannon has now reached full power!

@johndoe312 According to my notes, the Coins endpoint can provide 1H and 7D values. Here's a table from my notes the last time I looked into it along with a...

`id` and `market_data` are at the same hierarchy, so it should be as simple as using `[1]` instead of `[0]`. JSON is nice that way. You can then traverse deeper...

This has been brought up before, when someone gave mercuryapp.io as an example. I looked into the library that they use and I don't think it's feasible with google sheets...

I hope there hasn't been much work invested in the proposed changes, as I've just looked at [containers.dev/collections](https://containers.dev/collections) for the first time and find it...lacking. It's a mishmash of entries...

In case you're not aware, hashes (MD5, SHA-1, etc) are computed based on a file's size/content. Expecting an installer's hash to remain static through subsequent release versions is like expecting...