Andy Muehlhausen
Andy Muehlhausen
Thanks for the response! I guess I'm confused about running htmltest in this context, then. Isn't htmltest running across the static files built by hugo on my harddrive and not...
dupe https://github.com/nickgillian/grt/issues/170
Glance at #170 Basically, in GRT/CoreModules/MLBase.h uncomment `bool getUseValidationSet() const;` and `bool getRandomiseTrainingOrder() const;` Then delete or disable the examples from being buillt. let me know if you need more...
this is right. I uncommented like above. Instead of removing directory (?) i disabled the examples from being built in my cmake options, and replaced all includes like above too....
https://github.com/ashkulz/NppFTP/pull/225 Proposed auto-connect on save functionality
This seems fixed, but appears to still be open? Regardless, my new code should circumvent this by automatically connecting to proper host for a given file. Doesn't need KeepAlive in...
https://github.com/ashkulz/NppFTP/pull/225 My code opens the door to auto-connect in the background to multiple servers on any number of files and profiles. It's still one connection at a time it but...
My code now does this. Could use testers. Let me know if you want binaries.
@EnginePod That's exactly what it does. If you're not connected, or if you're saving a file on a different server than the current active connection, it will try connect to...
My code does exactly what @mkerost said that his code does https://github.com/ashkulz/NppFTP/pull/225 I plan to push this all the way through. Wouldn't mind that paypal bounty when it's all sorted...