You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a top-level setting is a dictionary, if you set something under that key and then do a lookup for the dictionary itself, you get just the updated key.
Basically, my implementation hides the under-layers, because you get the key from the first map in the chain that has it.
Quick fix: do lookups out of the merged map.
Long-term fix: support one layer of nesting very well, normalize key case. #170
The text was updated successfully, but these errors were encountered:
When a top-level setting is a dictionary, if you set something under that key and then do a lookup for the dictionary itself, you get just the updated key.
Basically, my implementation hides the under-layers, because you get the key from the first map in the chain that has it.
Quick fix: do lookups out of the merged map.
Long-term fix: support one layer of nesting very well, normalize key case. #170
The text was updated successfully, but these errors were encountered: