Jannis Pohlmann
Jannis Pohlmann
GIP https://forum.thegraph.com/t/gip-file-data-sources/2721 Status: - [x] Manifest parsing #3743 - [x] File Monitor PR #3411 - [ ] DB representation of file data sources #3742 - [ ] Subgraph runner and...
#### Description When running `boot show -u`, it prints dependencies with exclusions like this: ``` [com.cemerick/piggieback "0.2.2" :scope "test" :exclusions [[com.google.guava/guava]]] [com.datomic/datomic-free "0.9.5561.50" :scope "test" :exclusions [[com.google.guava/guava]]] ``` In this...
This allows any command to specify how its options are parsed, based on the [opts argument for yargs-parser](https://github.com/yargs/yargs-parser#requireyargs-parserargs-opts): ```typescript module.exports = { description: '...', options: { boolean: ['with-x'], }, run:...
The current GraphiQL interface served by the handler sends GraphQL subscriptions over HTTP, which is not expected to work. [This article](https://dev-blog.apollodata.com/how-to-use-subscriptions-in-graphiql-1d6ab8dbd74b) describes how GraphiQL can be set up with a...
This is made possible by passing `--inspect` to node/ts-node command that starts the processes. nodemon _should_ pass `--inspect` on to ts-node automatically; if that doesn't work we may have to...
Is there any chance we might see PDF versions of this awesome documentation generated for better reading?
It would be great if cost models written in Agora supported comments, allowing indexers to take note of why certain queries are priced in a certain way, why matching rules...
We just had a situation where an indexer was running the latest indexer-service and -agent but not the latest graph-node. The latest graph-node included a bugfix that was required for...