cvauclair

Results 20 comments of cvauclair

@0xMochan @ThierryBleau what do you guys thinks of this?

Something to take into consideration with this change is that prior to `graph-node` version `0.30.0`, you could not use less than and greater than filter on fields of type `Bytes`...

Hey @milancermak @caenguidanos thank you both for your contributions and comments! This PR has been sitting here for a while and Postgres integration is something we want sooner than later,...

@cornip closing this since it is already supported in our big Message API refactor branch #199

Hey @cygaar thanks for the help in fixing this very annoying integration test! Retrying until the search index has been created is indeed the right way of fixing this. However,...

@cygaar apologies I wasn't very clear. The value returned by `Collection::create_search_index` is a builder struct, but the request is only executed when you call `.await` on the builder, and the...

FYI I had increased the delay further to 30s in another PR that has since been merged (hence the merge conflict), but feel free to reduce it back to 5s...

Hey @crStiv , thanks for the contribution! I had completely forgotten about that TODO :sweat_smile: FYI there is already a `try_parallel!` macro (see this [test](https://github.com/0xPlaygrounds/rig/blob/896774b3255332025284c9c4bc57ef4232550976/rig-core/src/pipeline/parallel.rs#L403)) which works similarly to the...

@crStiv just need to pass the fmt check (run `cargo fmt`) and then we can merge, cheers!