Anthony

Results 11 comments of Anthony

I have a similar issue running a custom resolver across 2 sources (1 query + 1 mutation). This issue happens when I pass a variable to the initial request. This...

Issues/PR that might be useful to add this pagination https://github.com/cosmos/cosmos-sdk/issues/5420 https://github.com/cosmos/cosmos-sdk/pull/5405 https://github.com/cosmos/cosmos-sdk/pull/5435 https://github.com/cosmos/cosmos-sdk/pull/4658

I don't really like the idea of mixing index database and data. I like the idea of an index database tho. The only thing is that I would do it...

The motivation is that this is data calculated and is not necessary for the raw data. We should only store raw data, this way we can recompute the hash simply...

I like the idea of having the client that calculates the hash based on the data. It might be a bit complicated to calculate the hash (and the address based...

This is about execution of the task from anyone (processes included). As a user I can still create a process that uses an instance hash that I found somewhere and...

I will explain it with an example: Let's take 2 users, Alice and Bob of course. - Alice develop a service for her personal use - Alice creates a process...

Now we can reference a trigger with the direct child only, we should be able to reference a result trigger from any node. It shouldn't be complicated tho, just a...

One quick fix in my case that worked is to import the script only when the client is mounted ```ts useEffect(() => { import("@whereby.com/browser-sdk/embed"); }, []); ``` and removing the...

Got the same error that's make me crazy, did you found any solution ? I spend two hours to test every solutions found on internet withou success