Alexander Ryzhikov

Results 36 comments of Alexander Ryzhikov

@kitten @JoviDeCroock What will be the recommended way of re-executing background queries without marking existing results as stale? My use case is custom refocus exchange, it compares refetched data with...

Well, from a view perspective there is nothing to update, and also there could be heavy queries to render, that actually didn't change but it will be re-rendered on focus....

https://github.com/Coobaha/suomea/pull/6 @bcoe Please check this repo, I have similar issue not sure what exactly causes it. According to logs (maybe verbose mode exists?) - it resolves to correct previous SHA...

🤔 I think i messed this with force-pushes during very first setup commits (and was/is using normal Merge mode in GH) Thanks for pointing out the root cause! PS Would...

Hi! please also check https://github.com/Coobaha/typed-fastify - very alpha release but works nicely :) **It requires TS ^4.2** and provides strongly typed handlers against defined schema and runtime validations by using...

@amitnovick ping 👋

Hi @mscharley Thanks for your very detailed future request! I think this is doable but we need to come-up with correct native types or even different approach of code generation....

> I was originally imagining something very light touch, swapping Js.t objects for records, etc. @mscharley So how this can work? Any example of such server? GraphQL server will respond...

@idkjs Hey, please fix unrelated diff like missing new lines and changing file modes

Your git or editor is configured to remove newlines on commit/save