Doeke Wartena

Results 84 issues of Doeke Wartena

I guess it's easier to post ideas on the issues page then to implement them... Ok, it would be nice to some day have support for a debugger. https://jupyterlab.readthedocs.io/en/stable/user/debugger.html https://microsoft.github.io/debug-adapter-protocol/

long term projects

I tried the thing with adding: "ProportionalBaseWidth" "1280" // if the display resolution is above this, "ProportionalBaseHeight" "720" // ui elements will be scaled. To `TrackerScheme.res`, as mentioned in https://github.com/ValveSoftware/halflife/issues/3415...

## Description When resizing a sketch with the P2D/P2D renderer it makes the sketch freeze forever. (You might have to keep resizing for like 10 seconds before it happens). ```java...

The difference between `scale(1.999999);` and `scale(2);` in the sketch below is that with `scale(2);` there is a frameRate drop of around 50fps! - This is only in `P2D` (to be...