g-rock84
g-rock84
You need to remove the following mods: - SimpleDiscordRichPresence-1.4.0-build.3+mc1.16.5.jar - magnesium-1.5.jar - screenshot-to-clipboard-1.0.7-forge.jar After that, you should be good to go. I had the same issue when experimenting with shaders.
hmm... well I was looking for a project! I'll get to work and as soon as I get running ill type up a report with benchmarks. Thanks!
when i attempt to "go get" compy, I receive the following error: ``` jerald$ go get github.com/barnacs/compy # github.com/pixiv/go-libjpeg/jpeg go/src/github.com/pixiv/go-libjpeg/jpeg/compress.go:6:10: fatal error: 'jpeglib.h' file not found #include "jpeglib.h" ^ 1...
Thanks! That helped a lot. I have been experimenting with it and I finally got my laptop to route traffic through it. I am only testing locally (I have it...
Oh yeah I saw that. I am talking about like X KB/MB saved. The connection refused error probably has a little to do with me running this on my Mac...
> Adding a separate configuration mechanism is probably overkill. Instead could you just create a script with your preferred flags? Absolutely! That's a great point. Just wondering what your thoughts...
> This is what I went with > > ` id_len = int(math.ceil( 2*math.log(len(listdir(config.data_directory))+2)/math.log(256) )) unique_id = secrets.token_urlsafe(id_len)` SUPER sorry that it has taken me almost two years to respond!...