Timo Netzer
Timo Netzer
Oh now I see why my draw method had the strange behaviour of moving the shape around each frame. Coordinate systems are hard. :brain: I tried a program in sketching...
Regarding the test program, I'll give it a shot tomorrow. I try to replicate as many edge cases as possible and compare it to the Processing version of the same...
I am currently writing the test program and I found a big difference between Sketching and Processing. In Processing it is only useful to add child shapes to parent shapes...
That's what I thought aswell. And I think it is a good decision. I also found out that atan2 in processing handles the inputs 0 0 which should actually be...
I wanted to look into this, but I found out this functionality is already implemented. Did I miss something, or should this be closed?
I am currently looking into it and I have not done much OOP in Racket. But I'll give it a shot and try to figure it out. (Don't get your...
I have a very basic and feature-missing, but running, version now. I found some problems with the Processing API VS. Sketching. In Processing for example the shape constructor is overloaded...
We had the same error today. The problem was that we used anonymous classes in our code base. By replacing them with generic `new stdClass()` we fixed the problem. This...
Same issues here, original ISO from MS. Tried woeusb and ventoy. Same result. Missing media drivers so the installation can't start.
I solved the issue. It is important that the URL you pass into the Client matches the URL of the wordpress instance. Which should not normally not be a problem....