Yaroslav

Results 17 comments of Yaroslav

In such cases I add errors channel to container, inject it to provider function, and then run http server like: ``` go func(){ if err := s.ListenAndServer(); err != nil{...

Looks like --ethash.dagsinmem=0 --ethash.dagsinmem=1 fixed sync for me

Ha, I missed that they are the same :) but this is what I added, and after restart sync contined

I think this issue can be closed now as it was implemented in https://github.com/fkorotkov/intellij-thrift/pull/104

Hi @gedw99, the problem is that GraphQL doesn't support subscriptions natively (they work like a query/mutation).

Can you, please, share some example of how this should work?

As you can find, proto2gql generates only the schema and doesn't care about how it will be executed. So, what proto2gql should generate, to make it possible to handle streams?

Hey @gedw99, currently I`m working on the next iteration of the generator which will be able to generate full-featured GraphQL API Gateway and there the subscriptions could be included. Please...

hey @gedw99, I don't really know what have you tried to make with this tool, and really don't understand what for do I need NATS or DB for subscription. I...

@cesar-v I already found a solution in discord, but anyway it's a workaround, and it should be fixed in other way