David Somers

Results 12 issues of David Somers

You might like to add something to the readme to say that if you are using a [content-security-policy](https://content-security-policy.com) header (and you should be!), you need to add `https://unpkg.com` into a...

It appears that the people behind badger (dgraph) are having issues as summarized [here](https://discuss.dgraph.io/t/quitting-dgraph-labs/16702)… :(

Using Quill to create an event, the JSON payload does not appear to be strictly conforming microformats2-json. ``` { "type": [ "h-event" ], "properties": { "name": [ "Pancake Night" ],...

I'm trying to install _yawast_. My environment is Python version: 3.8.2 (on macOS Sierra 10.12.6). But: ```sh $ pipx install yawst ERROR: sslyze 3.0.1 has requirement cryptography==2.8, but you'll have...

bug

I've been trying to run monocle in a local (test) environment. And it was very unhappy. The root cause seems to be that it is only compatible with php 7.1.

I'm trying to run micropub.rocks standalone in my test environment. In `lib\config.php' I have set up my database and, importantly, set ```php public static $skipauth = true; ``` The welcome...

In [4.2.1](https://indieauth.spec.indieweb.org/#application-information) it is implicit that the `application` is a web application. This should be re-written to take into account that there are device-based applications too.

add per [RFC8628](https://datatracker.ietf.org/doc/html/rfc8628)

In §[2.1](https://indieauth.spec.indieweb.org/#conformance-classes) add Microsub Client as a conformance client

I have wanted to read private resources for a long time. And now I can do it (directly or indirectly via a third-party), using a combination of ticket wanted (per...