karlicoss
karlicoss
Ah -- by cachew support, I meant 'incremental' caching, so ideally if you add a new database, you'd ideally just 'merge' it in with the previously cached results.. kind of...
I guess related to https://github.com/karlicoss/HPI/issues/12 Yeah, good idea! I guess my only worry is that implementing it properly is going to be tricky, essentially it's a bit part of the...
Yup, in addition daily updates to Youtube would be particularly tricky with HPI since Google doesn't really expose nice APIs, and it's not feasible to request a takeout every day....
Hi! I never used Signal, so sadly don't have much motivation (and especially time!) to do this myself, at least in the nearest future. However, if you attach this demo...
Hey, thanks for taking time into digging into the code, really appreciated! > Though, not sure if forking/modifying is the common case It's hard to tell what's a common case,...
> So, for example, when I'm modifying my.body.weight Yeah, agree it would be a problem for modules like that! Just like you mentioned for food, weight, water -- people use...
Some initial work on enabled/disabled modules, would be happy for feedback! https://github.com/karlicoss/HPI/pull/85
relevant issue: https://github.com/karlicoss/HPI/pull/211 importing a module when you don't have a config section results in a somewhat obscure import error, wonder if we can improve it
Yeah, ideally would be nice to achieve lazy configs with some magic, so attributes are evaluated on the first use But perhaps parsing the exception is nice to start with
Thanks, I've heard of Kaitai as well, but haven't had a chance to try it yet! Will keep it in mind. Luckily :sweat_smile: I haven't had many binary formats that...