incompatibilities not working for me
See original GitHub issuedear friend,
could not figure out why the incompatibilities is not working for me. is this feature still in development or should it work as described ? help would be much appreciated
thank you
{
"name": "BOTS",
"values": ["Bombed", "Doodle", "Gold", "Green", "Grey", "Ironman", "Rot", "Wood", "Yellow", "Zombie"],
"trait_path": "./trait-layers/2_BOTS",
"filename": ["Bombed", "Doodle", "Gold", "Green", "Grey", "Ironman", "Rot", "Wood", "Yellow", "Zombie"],
"weights": [8, 12, 2, 15, 15, 6, 15, 7, 15, 5]
},
{
"name": "EYES",
"values": ["Bullaugen", "Eyes_human", "Hawt_Augen", "Schlitzauge", "Tearsdrops"],
"trait_path": "./trait-layers/4_EYES",
"filename": ["Bullaugen", "Eyes_human", "Hawt_Augen", "Schlitzauge", "Tearsdrops"],
"weights": [20, 20, 20, 20, 20]
},
...
"incompatibilities": [
{"layer": "BOTS", "value": "Ironman", "incompatible_with": ["Bullaugen"]},
{"layer": "BOTS", "value": "Ironman", "incompatible_with": ["Eyes_human"]},
{"layer": "BOTS", "value": "Ironman", "incompatible_with": ["Hawt_Augen"]},
{"layer": "BOTS", "value": "Ironman", "incompatible_with": ["Schlitzauge"]},
{"layer": "BOTS", "value": "Ironman", "incompatible_with": ["Tearsdrops"]}
],
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top Results From Across the Web
10 Ways of Dealing With Incompatibility in Relationships
1. Celebrate the differences · 2. Work on the expectations · 3. Bridge the gap · 4. Work hard on communication · 5....
Read more >18 Signs You And Your Partner Are Incompatible
Incompatible goals in a relationship can be a sign of problems that cannot be overcome. It will ultimately come down to whether you...
Read more >How to Fix Core Isolation Incompatible Driver Issues - YouTube
How to Fix Core Isolation Incompatible Driver Issues Core Isolation Memory Integrity Fails to Enable Because of Incompatible Driver.
Read more >Experts Say These 20 Incompatible Qualities End Relationships
Are we incompatible? Experts share when you and a partner are too different to make it work.
Read more >Program Incompatibilities Not Working When Loaded Using ...
Oracle Application Object Library - Version 11.5.10.2 to 12.2 [Release 11.5 to 12.2]: Program Incompatibilities Not Working When Loaded ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
top man
Fixed your code.
Please make sure you are matching case. You were doing “ironman” when the layer value was “Ironman”, etc. I fixed them for you, and added the None layer for EYES. Enjoy!
Dope project by the way.