Spongman

Results 39 comments of Spongman

A problem with this approach is that `print();` is a native javascript API that existing and/or non-p5 scripts may depend on. It might be worth investigating why the web editor...

My vote is to revert to`println` to both avoid this conflict and maintain compatibility with processing/arduino.

may we can just disable `window.print()` when it's called from within the `draw()` function? this would still allow calling it from within event handlers. there could be an appropriate warning...

I'm seeing the same thing: ```` 2020-09-02 15:55:43.089204 [INFO] [HttpConnection.cc:153] CUID#62 - Response received: HTTP/1.1 206 Partial Content Server: nginx/1.16.1 (Ubuntu) Date: Wed, 02 Sep 2020 22:55:43 GMT Content-Type: application/octet-stream...

@gstrauss i demonstrated the issue with an nginx 1.16.1 server. this isn't limited to old versions of lighttpd.

> Express Edition doesnt have FTS in it is this new for 2017? i'm pretty sure previous releases of express had fts. EDIT: yeah, the above quote from the _Microsoft...

i'm seeing the same thing. inoperable on remote connection. my user settings .json is on windows, but it contains a linux path on my remote machine.

maybe helpful: https://developer.mozilla.org/en-US/docs/Web/API/Pointer_Lock_API allows you to turn off the host cursor, and yields relative mouse movement.

fwiw, https://caniuse.com/#feat=webgl2 shows pretty spotty support

you could add a flag for `setAttributes` to enable it, but i doubt it'll get used much. i believe Three.js has webgl2 support if you're looking for bleeding-edge stuff.