Col
Col
This seems like a great library but it's currently pretty restrictive because FormViewController extends UITableViewController. For example, I'd really like to add a 'Submit' button to my forms that's anchored...
The way the token configuration is handled at the moment means that this library can only be used for a single bot. I'd like to have multiple bots running within...
`PlugRouter.forward` supports path params in the incoming path (see: https://hexdocs.pm/plug/Plug.Router.html#forward/2) but ReverseProxyPlug does not currently support using these in the upsteam path. This is a fairly simple change but it...
This PR tries to address this issue: https://github.com/swagger-api/swagger-codegen-generators/issues/855 The generated tests had hard coded references to the Petstore schema and other bugs. I've generalised the tests and removed references to...
It's important that when a subgraph service receives an `_entities` query from the gateway that it can resolve all of the references efficiently. You would expect that using a data...
Missing, seemingly undocumented, API
I don’t like that most of the docs only refer to the `linkerd inject` command. Example: https://linkerd.io/2/features/protocol-detection/ We use Helm for all our deployments so I don’t want to use...
Add an option to specify the format for the open api spec. Usage: ``` use AshJsonApi.Router, domains: [Module.concat(["Helpdesk.Support"])], json_schema: "/json_schema", open_api: "/open_api", open_api_format: :yaml ``` Would require an additional dependency...