George Bateman
George Bateman
If you put `set(0, 0, #FF0000);` into `draw()`, can you see the red pixel? Does Processing respond when you hover over it? It seems likely that the window decoration is...
I don't know then!
That's interesting; since the values I were testing were coming out GMT, and I'm in British Summer Time at the moment, I thought the timezone was being set to UTC...
Changing the date to within BST does mean that, for me, it gets interpreted as being a BST date. So, given what you see as well, I think that format...
> I believe u128 is also used in some of the Duration methods before casting to floats. Maybe these methods should be removed too? I considered trying to rip it...
Not sure the expected behaviour is being described quite right. I believe the sample code ```js url = Routing.generate('base', { 'itemId': 1234 }); console.log(url); ``` should result in no domain...
Sounds cool to me. A practical demo of p5 is always a good thing.
I like that a lot. Two minor issues: on the demo page shown, there quite often seem to be circles moving indefinitely even after you take the mouse away, if...
I’m more than happy to go with both of your judgement on storage, I’m not at all experienced in these things :) Isolating it off as a service is an...
I’d like to imagine this will never actually be necessary; in any case it could probably be achieved by suitably corrupting a row in `acts_external_users`.