Hans Raaf
Hans Raaf
Sure it uses a self-signed certificate. You can just go to http://beta.numrix.oderwat.de/ and not have the warning/encryption through SSL. In the end, it does not really matter. I had used...
I just checked in Chrome on my new Macbook Air M1, and there it shows more like your values. I also use the activity monitor as your lower image. My...
Hi @hajimehoshi, glad to see you coming back to that problem. I just updated everything (I was not touching it for a long time) and wanted to make some tests,...
Than you @hajimehoshi I was not aware of the premultiplication, and as it worked before, I didn't think it was wrong :). This is fixed now! Sadly, the memory problems...
I removed the last call to `ebiten.NewImage*` in the render routine and do no poking at pixels anyway. On native OSX, the app is reported with less than 50 MB...
I serve the Wasm using Nginx as part of all my other servers. The TPS is what I set to make it "less likely" that it takes a lot of...
You must distinguish between the server executable (backend) and the Wasm parts. You can debug the back end like with every other Go code (Delve/IDEs). Debugging in the front end...
Hi. Yes, that is similar to how we do it too. We use a `WASM` and a `!WASM` build target to separate the front-end from the back-end and vice versa....
At first sight, I think there may be just a `.Href("#'").` missing. If not, the element may not be bound to a handler. So updating that after rendering your component...
I thought you had some code that opens the image inline and zooms it by replacing that code with its magic. If you just want to open this image (with...