Brian O'Connor

Results 13 comments of Brian O'Connor

I just ran into this today as well - I have to do an initial request to log the "user" in, and then issue a request to the real request...

@cdubz I should be able to look at this next week - thanks for the ping!

Just finding some time now to get a look at this - are there docker images for the beta releases? I'm not seeing them on https://hub.docker.com/r/linuxserver/babybuddy I can set up...

Leaving some notes here even though the issue is closed. I finally got around to testing this out (sorry for delay). Most of the actions seem to still work fine,...

I'm happy to make these changes (they seem reasonable) but I figured it would be helpful to outline the use-case here. The way that we use the integration + Baby...

I've been giving this some thought over a few days and what I keep coming back to is - I feel like there should be an agreed upon "core" namespace...

For sure - as the PR stands today the context looks like: ```json { "timer_type": "feeding", "method": "bottle", "type": "formula" } ``` So with the changes outlined above it would...

Yeah - you're correct - it would just be the model. Are you thinking of moving from ```json { "_babybuddy": { "timer_type": "feeding", "method": "bottle", "type": "formula" } } ```...

As for the validation comment - is your concern around validating the context on write? ie - if someone released some form of bug to say the Alexa app, and...

Discarding the data wholesale if any part of the context is invalid seems fine to me, especially to start. If we can find a good way later on to preserve...