FenTiger
FenTiger
Sample `api.yml`: ``` openapi: "3.0.0" info: version: 0.0.1 title: example paths: /object: get: responses: '200': content: "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"": schema: type: string ``` Sample `config.yml`: ``` package: main generate: gorilla-server: true...
This adds an optional `metadata` argument to `buildLayer` which allows the corresponding information strings to be set in the image history.
I'm trying to get AndStatus to log in to a [server of my own creation](https://codeberg.org/FenTiger/FedIAM). When AndStatus tries to fetch my OAuth2 metadata, it sets the `Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"` header...
### Preflight checklist - [x] I could not find a solution in the existing issues, docs, nor discussions. - [x] I agree to follow this project's [Code of Conduct](https://github.com/ory/fosite/blob/master/CODE_OF_CONDUCT.md). -...
This looks like a minor typo - but I suppose it could potentially be a breaking change, if anyone's using this function.
From section 5.2 of [the IndieAuth spec](https://indieauth.spec.indieweb.org/#authorization-request): > scope - (optional) A space-separated list of scopes the client is requesting, e.g. "profile", or "profile create". If the client omits this...
The `.ap` directory was being created with strange permissions. Changing `700` from decimal to octal makes it behave more logically.
**Describe the bug** Running `openapi-python-client generate --path api.yml` on the input file below fails with: ``` Generating /tmp/example-client Error(s) encountered while generating, client was not created ruff failed example_client/api/default/put_object.py:34:62: SyntaxError:...
I made a crude start on #447. It roughly "Works For Me (TM)", but it has some problems: * It only knows about IndieAuth. It doesn't support any of the...
IndiePass appears to expect that the received `access_token` will be valid forever. If the server responds with a HTTP 401, this gets displayed to the user as an error. If...