Jeff Sawatzky
Jeff Sawatzky
Same issue here, but with node 13.8.0 ``` ember-cli: 3.16.0 node: 13.8.0 os: darwin x64 ``` package.json ``` { "name": "sample", "version": "0.0.0", "private": true, "description": "Small description for sample...
I have a similar issue with `restore` If I write it like: ``` async restore(data) { if (!this._validateData(data)) { throw Error('Could not restore session - "access_token" missing.'); } return data;...
Has any progress been made on this? I'm also wondering how you would handle lists. You use the same schema to dump both a single entity as well as multiple...
@janz93 We got around this by using the same key pair for doorkeeper-jwt as we did for doorkeeper-open_id_connect. If you are including a `kid` in your jwt access token, then...
Would be nice to have this fix back ported to 0.15 as well since we are currently on that and it will take some effort to upgrade to v1.0 (with...
This might be related to my issue #69
If schema and field annotations are added, similar to how document and operation annotations were added in #324 then this would be solved I think.
I would also like to have this, though as far as I know https://buf.build/googleapis/googleapis is actually maintained by buf themselves, and not google. I'm not sure if google has, or...
I think the change in the package name is good (as I think it follows proto naming conventions more closely), though it means that we can't use those options with...
@renyijiu its because protoc-gen-openapi is built against a different version of the protos which use a different package name. Right now you can't use the ones on buf.build with protoc-gen-openapi...unless...