This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Config nested inheritance #648
Comments
Do you think my proposal addresses this? #647 |
Your solution doesn't work if the |
We can do this using |
/start |
Tips:
|
Task Assignee Reward[ CLAIM 150 WXDAI ]
If you've enjoyed your experience in the DevPool, we'd appreciate your support. Follow Ubiquity on GitHub and star this repo. Your endorsement means the world to us and helps us grow!We are excited to announce that the DevPool and UbiquiBot are now available to partners! Our ideal collaborators are globally distributed crypto-native organizations, who actively work on open source on GitHub, and excel in research & development. If you can introduce us to the repository maintainers in these types of companies, we have a special bonus in store for you! |
Task Creator Rewardwhilefoo: [ CLAIM 83.2 WXDAI ] |
This is a lot higher than expected. Is it counting words inside of code blocks? The code blocks should just count for like $5 for example. With the 4x multiplier thats $20. |
Yes I think it's also counting words in code blocks and the top quote and italics |
Yikes. We should set a special property on every element that indicates whether the parser should recurse or stop. incentives:
comments:
totals:
word: 0.1
elements:
rewards:
code: 5
p: 0.1
a: 5
ignore-children: code, i, blockquote
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Originally posted by @whilefoo in #545 (comment)
For example if we have a organization config:
and repo config:
currently because repo config overrides organization config and we parse only top-level properties, the merged config will be the same as repo config, but we want to have inheritance on nested properties too, so the merge config should look like this:
The text was updated successfully, but these errors were encountered: