David Andersson
David Andersson
@benhoyt for additional context, we store an abstraction of the config, relation data etc on the charm during `__init__`. So if an event gets deferred and there are config changes...
Thanks @benhoyt sounds reasonable
I need to think about this more, I'll just explain why this works in a particular way at the moment and some ideas I have. In the `from_dict` function, the...
Thanks for submitting the proposal, I do think it is a good idea. The only note is that this would touch a lot of areas in the code base. At...
# What is supported - base types of `integer`, `number` and `string` # What is not supported - base types of `object` and `array` # High Level Flow OpenAlchemy follows...
I also had this problem, what got the build to at least work is adding the `build-packages` to the `charmcraft.yaml` file: ```yaml parts: charm: source: . plugin: reactive build-snaps: [charm]...