Fix the number row minus key
Any idea on when this will be merged? I lost access to my server's web interface the other day and had to go through AMT back channel using meshcommander. Everything worked great and got KVM except that I was unable to run the command ifreload -a or any other command that takes a - 🤦🏼
Meshcommander hasn't been updated in years! But I'm happy to merge requests if they fix things And someone can point me in the direction of HOW to build it as I haven't been able to do this yet Also i have no control over the npm, so @Ylianst would have to do the new releases etc
@si458 "WebSite Compiler" which is mentioned in the README as the build tool is not open source and the binary download has disappeared from the internet. (I don't fault Yilanst for allocating less time to PRs this given the situation). I ported this fix over from my PR in mesh-mini, a fork which has a working build system: https://github.com/BrytonSalisbury/mesh-mini/pull/9. The mesh-mini build system is Windows-only, but I made it cross-platform in my next PR: https://github.com/BrytonSalisbury/mesh-mini/pull/10. @tomdaley92 you can use my PR in mesh-mini and as a workaround, the numpad minus key will work in the current MeshCommander release when the regular minus key doesn't.
@d10n @Ylianst actually sent me a copy of the websiteBuilder but said he wasn't sure on the licensing side of things if we could share it openly or not. I have been able to build the meshcommander into small single files and even the small version to embed into nics that support it but i haven't been able to build the msi/exe installer yet for meshcommander as im missing the source code for the installer files but at least its a start!