David Christensen
David Christensen
This PR is for an interfaced version (to allow mocking) with revamped testing (to allow anyone to run at least a subset of the tests, with authentication via an Azure...
I've just made a PR. The CI checks have had some interaction with BitRise.io which has failed. Attempting to follow the link regarding the failure gives me a 404. WTF?...
I'm just about to rework a Strava mash-up app that I've done a few versions of, but it's time for a new one (the previous is broken in various ways)....
I think we need to recognise that we have two things: a curriculum and a presentation of a curriculum. I want to raise some questions about the latter, and whether...
If I call ` const data=agent.getProfile({ actor: agent.did });` Then I expect this call to return true ` AppBskyActorProfile.isRecord(data)` It doesn't. data contains the fields you would expect, but the...
### Description It is currently quite messy to use parameterised inserts. If you naively use pgm.sql with $1 style parameters you get an error message related to regular expressions which...