Saturate / HelixForge

Use HelixForge to build your Helix Solutions. (Also all other solutions, because why not!)
MIT License
0 stars 0 forks source link

Add bindings to hostfile #2

Open Saturate opened 7 years ago

Saturate commented 7 years ago

We need to be able to setup 100% of the ISS settings automatically.

Saturate commented 7 years ago

This was created here (https://github.com/PentiaLabs/FrontendBuilder/commit/87310d6f534136c6a9bd4efd29c00fa5f92403f6) by me some time ago and was removed.

Guess it can be reused with a minor rewrite.

Saturate commented 7 years ago

Code is WIP in https://github.com/Saturate/polymerase/tree/feat/hostfile-manipulation it works but we need the configuration manager.

Saturate commented 7 years ago

Turns out that it does not support async, it only writes one entry. I need to do it all sync one at a time.

Volzy commented 7 years ago

Well that makes sense. At least running different tasks can be handled async.

Saturate commented 7 years ago

Well it makes a little sense as it's the same file, however it's strange that the module does not support adding more at a time. Seems silly to read and close read and close all the time.

Maybe we should create our own module for this when we are done with other essential things. Or just add a PR depending on the code base.