ghostoverflow256
ghostoverflow256
That's very disappointing. I would have thought that Proxgrind would contribute back to the open source community given how much the community has done to further their products and provide...
Additionally, wurst already has this feature, among others that are similarly useful, and is FOSS. I'd suggest having a look at that 👍
> Unfortunately, I'm still not able to build on a Mac with an M2 CPU I've experienced this on a linux desktop, mac, and windows host (WSL2, with intel cpu)......
Hmm... Currently getting this error trying to patch tiktok with revanced...  And if i graph it (end dip is when it OOM errors): 
> There's a linear memory leak at compile time of DEX if I recall correctly. Dexlib lazily reads classes, however with every class written it needs to be read fully,...
Is there any update on this? Considering making a grease weasel but would probably only seriously consider it if this was a somewhat reliable feature...
Also I should note that using the fork method is no longer the default as noted in the multiprocessing page: 
Update, here's some minimal reproductions: freeze support issue: ``` from multiprocessing import Pool from bbot.scanner import Scanner def do_things_with_bbot(domain): print("Starting scan...") scan = Scanner(domain, presets=["subdomain-enum"]) for result in scan.start(): print(result)...
Awesome, thank you very much. Unfortunately the use-case for our program requires additional parallelization of bbot together with other tools. I will report back if this works. Another possibility could...
I'm getting this exact same issue when pulling certain models from huggingface... To replicate: `ollama pull hf.co/zetasepic/Qwen2.5-32B-Instruct-abliterated-v2-GGUF:IQ4_XS` Is there a workaround for this that doesn't involve setting up an entire...