fix: try to use ChainMap to chain settings, fix message_length_limit inconsistency#1812
fix: try to use ChainMap to chain settings, fix message_length_limit inconsistency#1812bearomorphism wants to merge 1 commit intomasterfrom
message_length_limit inconsistency#1812Conversation
message_length_limit inconsistency
There was a problem hiding this comment.
Add some docstrings here:
- What is this
- What it does
- How to use
- How it compares to the previous solution
That would really help me understand the benefit.
Something I'd like to know as well:
Right now, if I make a plugin, I can create custom settings, but they are not typed. Would this allow plugin to declare their own settings?
example
There was a problem hiding this comment.
Right now, if I make a plugin, I can create custom settings, but they are not typed. Would this allow plugin to declare their own settings?
Thanks, I will put those scenarios into consideration. ChainMap approach should not break the type system.
There was a problem hiding this comment.
How it compares to the previous solution
We can discuss this in #1672. I will share the motivation there.

Relate #1672