Victor Mota
Victor Mota
An additional note on to_json - it doesn't serialize the "type" which the from_authorized_user_info relies on to read user auth (as opposed to service account auth) based credentials.
Awesome to hear!
@jeffchuber That makes sense, no worries. Thanks for the update and looking forward to the changes!
@OrionSeven's comment solved it for me. The way the setup works, you need to have Supabase database spun up and the service running locally (or live) so that the Stripe...
> > this is actually the desired behavior > > I regard this action as a bug rather than a feature because `sqlmodel` announce that _you get all of Pydantic's...
I haven't seen the ability to --list module recipes, so that would be great to add! ``` $ just --list Available recipes: foo ... # foo is a great module!...
Ah thanks - that's good to know! I still think supporting running --list on modules with `just mod-name --help` would be more familiar to users (ie. similar to other tools...
@casey Agreed, I can see how that'd be tricky. And that's a great idea - thanks!!
This would be an awesome feature to have, as it would reduce the latency and size of requests especially for long interactions with multiple files!