Results 28 issues of Tom Larkworthy

Hi I am trying to use the code in a serverless environment where I do not have control over the node VM arguments. How to I print out when the...

If I have a massive regex, how do I split it over multiple lines without affecting the matching logic?

The following is a 403 ``` curl 'https://indieauth.com/auth' -X POST -H 'accept: application/json' \ -H 'referer: https://endpointservices.static.observableusercontent.com/' ``` The following works ``` curl 'https://indieauth.com/auth' -X POST -H 'accept: application/json' \...

If the "me" parameter is not included the site will serve the sign_in chooser at the beginning of the auth flow and then redirect the user back to `/auth`. However,...

Probably should be &&ed onto the state machine rules

Can this be used with online/streamed data?

enhancement
question

Hierarchical state machines are a great improvement to FSMs, have you seen them before? Also known as UML statecharts.

on-deck

Quite often I have buttons driving async behaviour. Typically I want the button disabled while the async work is performed, to avoid double-submission and also provide the user with some...

enhancement

AFAIK you can modify .value to change the selection but not the data. There are few places where I have wanted the table to represent a dynamic list and own...

enhancement