fs-c
fs-c
Huh, I have no clue where that message comes from. How are you starting maniac?
I don't know what auto launch is supposed to be, this is not a message from maniac. Edit: Out of curiosity, have you tried the debug build?
Some points that aren't on the above list - The distinction between stuff that should be done in the `maniac` namespace and stuff that should be done in `main.cpp` is...
~~4. When getting memory chunks to read make sure they overlap by `pattern_length - 1` to avoid missing patterns that span across two chunks.~~
Updated issue to account for the refactor in `918bdd0`. 2. and 3. would still be nice but aren't particularly critical.
I have not tested this and I do not have the time to do it, but I assume this is due to using `secrets.GITHUB_TOKEN`. This token is used to "authenticate...
I've just come across a case where `--option=1` works as expected, but `--option 1` doesn't -- it falls back to the implicit value. `-o 1` also falls back to the...
I would expect - `--option=1`, `--option 1`, `-o=1` and `-o 1` to be equal in all things, i.e. to set the value of the associated variable to `1` - `--option`...
Any news on this?
Just want to ping @egeriis as I'm wondering if you've found an answer yet?