TomasC
TomasC
it failed building (and deploying) of the graphql-schema-typescript dependency on graphql-14 https://github.com/dangcuuson/graphql-schema-typescript/issues?q=sort:updated the graphql-code-generator might be a good replacement: 1. https://www.graphql-code-generator.com/docs/getting-started 2. https://github.com/dotansimha/graphql-code-generator
the GraphQL API should support CORS for read-only query from any site, to enable a 3rd party discovery portal site to be possible: and filters: ```graphql { viewer { recommendation...
a permission based api token system can allow 1. logbook site to be served on `*.eth.link` and can still call GraphQL API from server.matters.news 2. enable community developers to apply...
https://github.com/httpie/httpie/issues/692#issuecomment-1118766744 this httpie-http2 is just broken, does not work at all for anything, have to uninstall: ```console $ httpie --verbose https://h2book.com GET / HTTP/1.1 Accept-Encoding: gzip, deflate Accept: */* Connection:...
is that one super-powerful `ipfs.addAll` be possible? be able to add new files into the IPFS system, also add links to existing objects (with CID) this is Javascript API, but...
> 為了應對 其在 别人文章下 放 鏈接的 這種 SPAM,可以對 comments 區的鏈接做 nofollow
thematters/matters-server#2720
- move the IPFS publishing step to optional
**Is your feature request related to a problem? Please describe.** when using Observable with databases, some queries are expensive, so as an editor, I don't want all my future viewers...
GraphQL allows enum with allow values in resolvers https://www.apollographql.com/docs/apollo-server/schema/schema/#internal-values-advanced but this is generating always the enum's literal string value, is there anyway can support given values? https://blog.logrocket.com/what-you-need-to-know-about-graphql-enums/ to make GraphQL...