Ondratra
Ondratra
At the moment, the indexer gateway seems to open websocket (checked via `wscat -c`), but the processor can't connect for unknown reason.
I encountered this bug when working with HardHat, and it took me a while to realize the problem was not my HardHat settings but actually in TypeChain library. Thx for...
I'm running Qwik version `1.22.5` and the class seems to be applied to my `Link`. The following component code: ```tsx return ( ... ) ``` generates ```html ... ``` but...
~Another issue is that running `yarn lint` from the root directory yields different results than running it from a package directory `cd packages/hydra-processor && yarn lint`. Unite the output by...
Basic filtering is done. Recursive filtering as illustrated in https://github.com/Joystream/hydra/pull/453#issuecomment-911651679 is not yet implemented.
I inspected the problem when working on relation filtering as it seemed related. It appears that the problem is not in the code of Hydra or Warthog, but rather somewhere...
After more testing, it seems that the search for `test` will find `mytest`, but some irregularities were experienced. When tried on `sumer-dev2` server, SQL query created for the GraphQL query...
In the light of recent discoveries described in https://github.com/Joystream/joystream/issues/2800 we can consider creating a brand new schema directive (e.g. `@ourNewSearch` similarly to what's described in #457) and start from scratch...
What are the downside of default `{ eager: true }` - "only" decrease of performance? I expected to have access to all relevant data after `.get()` without worrying about anything...
It seems that only the record with 2 referred unverified members. I'm not sure if that's a coincidence or useful information.