Compatibility with HWYLA (the new WALIA) for 1.11+
NovaViper opened this issue ยท 9 comments
Hey, could you add support for HWYLA, which is the forked version of WALIA updated for 1.11.2?
I 2nd this. I tried to use HWYLA last weekend and was disappointed to find that it wasn't supported.
If it's fully API-compatible with WAILA 1.10, then I just need to uncomment some integration code.
Looks like it is. I uncommented that code and did a quick test build - only change needed was changing a stack == null
into a stack.isEmpty()
.
codewarrior0, thank you for figuring it out. I'm not too familiar with GitHub. How can I get the changes you implemented? Do you need to build and commit or..?
@bkindig You go and fork the repository, then commit the build to your newly forked repository, then create a pull request with the original repository (Comparing the original branch to your branch)
Thank you. I will give it a try. I hope I don't mess anything up.
I'm much more comfortable with TFS. Would you say the concepts between TFS and Git are mostly the same?
@bkindig I'm not familiar with TFS, sorry!