Jonathan Perret

Results 40 comments of Jonathan Perret

@Anna-Livia I only just now saw your comment. You describe an good test script for verifying the behaviour of Paysage's code — since then we have automated some of this...

As I understand it, @SarahBu07 is talking about the "creature list" in the programmer. Agreed that there wouldn't be much point in deleting a playground. Buttons to delete objects would...

As described in the link you posted, there's an uncomfortable side-effect of using p5.js's instance mode: all calls to the graphic primitives need to be qualified with the p5 object...

The short answer to your first question is probably no ; short of preprocessing the input script I can't think of a way to "isolate" JavaScript within a single frame....

A quick note: I just tried http://repl.it on my phone and the experience was pretty good. Gotta see what they’re using for an editor.

In fact, the mobile version of CodePen is even better. Down to the layout which makes it almost comfortable to code on the phone.

I'm hitting the same issue as @fbinz on a fresh project after `supabase db remote commit`. The hosted database seems to use `pgsodium` version `3.1.5` whereas the CLI (version `1.29.1`)...

Hi @paulfitz , this is great to hear. Not promising anything but I'd be interested if you have pointers beyond what a quick scan of the code seems to show,...

Hello @paulfitz, to give a quick update: I've started looking into this more seriously. ## Library selection I looked at the available implementations of HTTP long polling — of which...

Thank you both for the valuable feedback. @dsagal, good catch on `removeAllListeners`. I missed that when introducing a wrapper for the `close` handler, made necessary by the fact that Engine.IO’s...