Syed Umar Arfeen
Syed Umar Arfeen
@ANANTHU-R-NATH thanks!
Ran into the same issue, it seems its because of .Net version installed on the victim machine - v4.6 should fix this: https://stackoverflow.com/questions/31253747/method-not-found-0-system-array-empty Victim's machine:  One idea is to...
Some issue with the file path, try running it in a parent directory, `D:\` or in WSL linux.
This should be implemented as its a huge issue.
@Xedois there's already a .smx file in plugins directory, why would you recompile?
Ran into the same issue. Try running the following: ```bash pip3 install TrustTrees # Upgrading packages to latest stable release pip3 install requests boto3 botocore pygraphviz --upgrade # The program...
^ https://stackoverflow.com/questions/40266604/pip-install-pygraphviz-fails-failed-building-wheel-for-pygraphviz
lmao brainless xD
Any fixes for this? :(
Alrighty, the original comment fix didn't work, I just commented out this within the CSS. Doing this fixes it (maybe): ```css .markdown-source-view.mod-cm6 .task-list-item-checkbox { /* vertical-align: baseline*/ } ``` **Before:**...