-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: add docker compose example #501
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, make sure to rebase after the rpc merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually fix tests first 🤣
pathing into Config.field.sub_field now works via CONFIG__FIELD__SUB_FIELD using double underbar de-conflicts with space representation. It's not pretty, but it's the least terrible thing I've seen. Shoutout @Frando for the fix
06e6f47
to
ca4a7c3
Compare
@Arqu, hey look at that, the tests caught an issue. It also highlighted an inconsistency that might mess with your life in DevOps land: this PR adjusts I think we need to change this to stay consistent. Exceptions remain for |
Good point, feel free to run with this, I'll clean up on my end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM if CI passes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐹
cc @Frando, this PR merged your suggested |
and fix env var setting in the process. requires #500
Seeing this work is nice 😄. closes n0-computer/beetle#108