Joe

Results 303 comments of Joe

Make sure the project you're building isn't in `$THEOS` (you can see what directory this is using `echo $THEOS`). It's typically `/opt/theos` or something similar depending on how you setup...

I mean "clean-sex" is equally likely.

Yea i think the timeout is set incorrectly on the download, if it doesnt finish in 10m it fails.

Nope sorry not had anytime to work on this project in a while, happy to accepts PRs though!

The current version of llvm-obfuscator does not implement string obfuscation, so you'll need to handle that yourself.

The version of obfuscator-llvm used in the project does not obfuscate strings.

Send me a PR and I'll take a look!

Yea that's building the `nim compile` command, fork the code and play around see if you can get it working! I'm busy with other projects so no ETA for me...

It can take a while to sort, especially for large indexes, it also lazily sorts the file via quick sort so it doesn't consume a massive amount of memory `-r`...

Nah, that doesn't sound right... I'll look into it, I've certainly sorted things as large as ~20Gb before...