akblissweb

Results 14 comments of akblissweb

> After breaking my head for about 2 weeks I have managed to install underlinux: > > 1. install openframework 10.0 including deps and build OF > 2. goto addons...

> Need some help, because of these informations > > `apps/myApps/Magic-Sand-1.5.4.1/src/ > > main.cpp:30:2: error: ‘GLFWmonitor’ was not declared in this scope > GLFWmonitor** monitors = glfwGetMonitors(&count); > main.cpp:30:16: error:...

Ok, so the fromstring() and tostring() should now be frombytes() tobytes() the mut.next() should be next(mut) I set the INITIAL_GENERATION to None so that it doesn't look for a non...

Now you can't save an RGBA to JPG in pillow and have to convert to RGB ``` imgToSave = crossover_strains[0].draw() # get image to save imgToSave = imgToSave.convert("RGB") # convert...

Finally the rand range on the image will not work if you have an odd number of pixels so rounded it: ``` width = random.randint(0, round(IMAGE_SIZE[0]/2)) # added round height...

Oh, it seems I now have to define all the static_file extensions in my config file, then it works. Shouldn't it have a master config file set somewhere that does...

I personally wanna see statics in most panels. Just in the Requests panel I don't wanna see them. So for me on a panel by panel basis. But I can...

Nothing in the browser cache worked. I didn't do a new profile yet. I am about to redo everything with docker containers so it will all be completely new soon....

Just checked. Mac Safari is giving the exact same issue on https://rt.goaccess.io , Firefox is ok.

Just to clarify. The cert works for ssl so your main site doesn't have an issue. It only affects the real-time html web socket. [Image] I just tried going thru...