question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

incompatibilities not working for me

See original GitHub issue

dear 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:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
fromMaianorcommented, Jan 3, 2022

top man

0reactions
Jon-Beckercommented, Jan 3, 2022

Fixed your code.

"incompatibilities": [
    {"layer": "BOTS", "value": "Ironman", "incompatible_with": ["Bullaugen", "Eyes_human", "Hawt_Augen", "Schlitzauge", "Tearsdrops"]},
    {"layer": "EYES", "value": "None", "incompatible_with": ["Bombed","Doodle","Gold","Green","Grey","Rot","Wood","Yellow","Zombie"]}
  ],

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found