petkodes

Results 8 issues of petkodes

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...

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...

size:x-large
p1
type:tracking

`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...

type:feature
size:small
p3
meta:triaged

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...

meta:good-first-issue
type:documentation
size:small
p3
meta:triaged

### 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...

enhancement