Pete
Pete
Hello, do you have a working example of a widget test for this? Because to me it looks like everything in the `child` of `OfflineBuilder` doesn't get picked up by...
crabtime
Hi, I'm trying to build this repo but I get all sorts of compilation issues, mostly things like this: ``` error[E0463]: can't find crate for `core` | = note: the...
`RadioPayloadMessage` should be a trait, not a struct This trait need to require: 1. Everything on `GraphcastMessage` currently 2. Set of required functions - `decode` - `validity_check` - `build` 3....
It would be good to have a toggle (this can be an environment or CLI variable) that sets the POI comparison method. Currently there is only one method (comparing the...
Improve docs that are automatically generated by `cargo doc`. This includes: 1. Add more information and examples (real code snippets that can compile from the docs themselves) 2. Improve structure...
### Description There should be a new resolver added (for Subgraph size), the resolver should map to the appropriate SQL query. ### Are you aware of any blockers that must...
Our CI checks fail to build and run the Waku Rust bindings on the `macos-latest` - https://github.com/graphops/graphcast-sdk/actions/runs/9262619450/job/25479792254 More info: ```Rust Compiling graphcast-sdk v0.7.2 (/Users/runner/work/graphcast-sdk/graphcast-sdk) error: linking with `cc` failed: exit...