thebestnom

Results 107 comments of thebestnom

Im pretty sure it is kinda randomized, Im not sure how vis.js choose color for group

Well, this is vis.js config and I did put a link to there, I can't copy all of vis.js docs into here 😅

https://neo4j-contrib.github.io/neovis.js/interfaces/NeovisConfig.html#visConfig Look here there is a link to the full docs of vis.js

Please read the 2.x docs... You're using the config all wrong (static value should be under static in advanced config)

Can you give some more info, like how are you inporting NeoVis?

If you are importing like that you need to use it like so ```js import NeoVis, {NEOVIS_ADVANCED_CONFIG} from "neovis.js"; //... [NEOVIS_ADVANCED_CONFIG]: //... ```

Have you managed to fix that?

@HighCommander4 of course I can, but clangd already have the ability to check for updates and download which automate this and I would like an enhacment to allow enhacment 😅...

Wrote a workaround using an extension that listen to process tree and auto attaches https://marketplace.visualstudio.com/items?itemName=thebestnom.auto-attach-child-processes (it does means that it will not attach on start but it is good enough...

@jasonwilliams as for my extension open issue there, I can probably make it way quicker and more efficient, it's not the most complicated thing 😂 As for the follow fork,...