David Ellis
David Ellis
Now that it's been converted to Github Actions and build artifacts are working, it should be possible to write a publish script that downloads the artifacts, shoves the relevant pieces...
### Summary I was looking for a way to spin down a postgraphile instance without spinning down the entire server, and I found the `release` method declared in the interfaces.ts...
It doesn't seem possible to write multi-line messages at the moment. I've been following [these API docs](https://api.slack.com/docs/message-formatting) from slack so far to figure out how to `` or `` the...
### Description I have followed the type overriding [to integrate `express-jwt` and `jwks-rsa`](https://github.com/auth0/express-jwt/issues/288) but the [Typescript Express instructions](https://github.com/auth0/express-jwt#typescript) do not work for me. When I use the provided `Request` type...
Putting this up for testing and being able to swap between laptops for me. Definitely not ready, yet.

# Preface This is sort of a "mini-RFC". Having the distributed version of datastore automatically rebalance the keys when the cluster changes size (and/or membership) is a given, but the...
Currently very confusing for a newcomer based on some real-world feedback. Some thoughts on how to do this involve a higher order function that returns a closure function, but figuring...
The current approach of hand-testing this functionality is regression-prone and time-consuming. If we could write another test suite that runs in parallel with the BDD tests, that would be great....
It works as-is, but its weird to have closely-related code in two files spanning two major "branches" of the AVM codebase.