Improvement request/help
See original GitHub issueI need to make a specific file to be incompatible with an entire folder For example I’m creating an avatar that has folder with clothes, then another folder with necklaces I need to add to incompatible object a single piece of clothing by its filename, then say that it wont be compatible with any file on necklace folder lets say I have inside Clothes folder, the files clothes_01, clothes_02, clothes_03 and so on… This is how the incompatible object would be represented
const incompatible = { Clothes_03: ["Necklace"], };
Could you suggest the right approach to achieve this? I can totally do that just on my side of the code if you don’t plan to support this
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:5
Top Results From Across the Web
Request help definition and meaning | Collins English Dictionary
Request help definition: If you say that someone or something has been a ... Researchers will help us better understand the causes and...
Read more >Bug? Improvement Request? Help us fixing it faster! : r/Planetside
It's simple, if you want the bug you've found getting fixed fast, use the Issuetracker, as it is for improvement requests Daybreak catches...
Read more >Capacitive Touch Screen Improvement Request / Help · Issue #143 ...
Hi @Wookiemage,. In the upcoming release I will introduce a new variable that will influence all the font sizes including icon sizes. If...
Read more >Enhancement Request : Help us Help you! - Dentech
Enhancement Requests. Dentech's software is user definable, meaning you can ask us to make changes! Our top priority is that your practice needs...
Read more >Service - Atlas - OIT Help Desk
Report an Issue - Atlas · Request Atlas Access · Request New Development / Improvement · General Request / Help - Atlas ...
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
I did something that solved the problem for me, but I did not test the entire tool to know if this could cause more issues, so far it worked without showing any bugs:
I’ll create a PR so the tool can have support for this
Yea thats pretty much what I had in mind too, thanks again for the feedback