BrettMayson

Results 169 comments of BrettMayson

> this could be said about the entire project This is correct, the point of HEMTT though is to work with as many project structures as possible, as easily as...

I am not yet ready to release them to crates.io, but that will happen in the future.

Since HEMTT is using the restructured armake2 we are now just receiving the raw error information. We will need to categorize the errors, both HEMTT errors and armake2 errors.

This will need to be done in https://github.com/clap-rs/clap first, I've referenced a feature request

I think that'll be fine to add. Just add it as a utility and build it off the refactor branch, not master

The blocker here is finding an implementation to use / port. The image crate being used right now only supports decoding, not encoding

You could try using [this](https://github.com/synixebrett/Config2JSON/blob/master/src/tojson.rs) to remove your regex, then use serde_json to turn it into a rust structure. I was probably going to include that at some point anyway.

There may be a way to call armake directly with a string, as if it was called from the command line. It might not be the most elegant but it...

Work is mainly focused on the experiment branch, the main branch is just focused on essential maintenance.

Mac, Windows, and Linux versions can all be taken from the latest build https://github.com/BrettMayson/HEMTT/runs/1788824037