Edmund Mok
Edmund Mok
I think it would still be good to have a scheduler that works out of the box, so not much configuration is required.
As we go into more complex use cases like these, I think having some kind of more interactive user interface (e.g. web frontend) would be easier to use than through...
Good points, let's keep this CLI only then.
Oh yes, I didn't encounter this because my personal config was always a copy of the template, thanks for noticing this! `strictyaml` seems to have [optional keys](https://hitchdev.com/strictyaml/using/alpha/compound/optional-keys-with-defaults/) with defaults, which...
We can specify the defaults within the schema for optional keys, so there won't be any issue about `.get` and having to specify and defaults. As for readability, I think...
There will still only be one schema in my suggestion, except they are all optionals, which come with default values, which mirrors the idea of our "template config". I think...
To add on to the caching of meals, here are some relevant thoughts: - From my experience, most restaurants have a fixed rotation of menus per week, so it might...
By the way, it seems like I can still access the API with an account that is no longer subscribed (though I probably can't order anything), so I can try...
Yes, I think this means `mealpal.get_schedules('San Francisco')` doesn't help verify cookies anymore. Will need to check this again though. A better way would probably be using some kind of "get...