Mohamed Boudra

Results 6 comments of Mohamed Boudra

Hi @TreyE, thanks, should be helpful! This is how I was thinking encoding would work: ```elixir iex> Jaxon.Encoder.term_to_events(%{"key" => true}) [:start_object, {:string, "key"}, :colon, {:boolean, true}, :end_object] iex> Jaxon.Encoder.encode([:start_object, {:string,...

hi @bjunc, This could happen if you compile the Elixir app in OS X and then try to run it in a Docker Linux image. Is it possible that you're...

closes https://github.com/gitcoinco/grants-stack-indexer/issues/555

at the moment we have two main event handlers, allo v1 and v2, these functions can get big and it can be hard to follow what's going on I propose...

Chainsauce should expose a method that gives you all subscriptions with the indexed block. https://github.com/boudra/chainsauce/issues/14

# Overfetching: Example here: https://github.com/gitcoinco/grants-stack/pull/2988#discussion_r1499222803 This is basically fetching data we don't need, I am not talking about loading small columns that we don't use, I think we need to...