fraschm1998

Results 59 comments of fraschm1998

I think it has to do with apfs being built with an older version of twrp which outputs `const STDOUT_NORMAL: &str = "Attempting to decrypt data partition via command line.\n"`...

I added `return false;` right above the //Report and exit in `fn try_phrase(phrase: &str) -> bool {` and it seems to be running fine now.

You also may have to run it twice as the DOTS in src/config.rs is set from 0-8 whereas some devices like my Dad's op7pro with twrp-3.5.2-Nebrassy-2 is from 1-9. To...

I'm getting the same error ``` the monkey has been patched (node:1634) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from()...

I have the same issue, I'm running Wayland with DWL on Gentoo with Nvidia proprietary drivers. I have my laptop 1920x1080 and an external monitor 3840x2160. I do not have...

> Is there a workaround, so I can use that option already right now? This is fixed in this PR: https://github.com/lambda-fairy/maud/pull/393

Still relevant

> is this problem still existent? if yes, what are the steps to reproduce? Yes! I too have this error. Cloned repo, create venv, upgrade pip and install requirements: ```...