Dominic White
Dominic White
I've fixed the remote repo name in the yml, thanks for the catch. I've also added your apk cache cleanup to the Dockerfile. Thanks. I've seen that error before, I...
Don’t yet. I’d like to test it on a clean setup my side. It makes sense and I think you’re right, and will end up making the change. Thanks for...
Ugh, I can't reproduce the error now. What state was your system in before the error? brew'd linuxkit, what else?
No problem. I was just looking for an excuse to dive into the code :)
For reference to others https://staaldraad.github.io/post/2019-07-11-bypass-docker-plugin-with-containerd/
https://github.com/hashcat/hashcat-utils/pull/53 should address this, it will let you chain combinator across multiple pipes.
I haven't run into this before. I see you made other changes in the error output (print screen.colorbuffer.decode("utf-16").encode("utf-8") isn't currently in my version of birp). Can you give me an...
Thank you Christo! Some changes please: 1) Can you change the Makefile's `build` to use `cargo build --release` to generate release rather than debug builds. 2) On my install `cargo...
In general, it's totally worth googling error messages before opening up an issue. For e.g. https://duckduckgo.com/?q=ModuleNotFoundError%3A+No+module+named+%27pkg_resources%27
I figured this out, you need to add the following: set crypt_use_gpgme = no This will force it to use classic smime instead of gpgme. Figured out because that error...