Michael Joseph Rosenthal

Results 152 comments of Michael Joseph Rosenthal

@MelonWXD nah I haven't worked much on `major_graphql` in a while. You might be able to hack around it with [`replaceTypes`](https://github.com/micimize/major/issues/21#issuecomment-671395549). I'm honestly not sure exactly what the issue is.

So, I just pushed some (hacky) changes to `master` that should make this actually doable. You need to: * write a custom `built_value` serializer (and model if necessary) * import...

@ryankauk are you in the discord? https://discord.gg/tXTtBfC

apologies, much to my chagrin I have apparently not been getting notifications from any of my projects for quite some time. It's likely that this is due to this template...

apologies, much to my chagrin I have apparently not been getting notifications from any of my projects for quite some time. What are your typescript settings? It will probably be...

You can handle passport auth errors by wrapping the route and adding a callback: ```javascript router.post('/api/facebook/token', (req, res, next) => passport.authenticate( 'facebook-token', { failureRedirect: '/login' }, (err, data) => {...

I cloned and linked `master` and its working so I guess the `pub` version is just out of date

@karan6181 that would improve things but I'm also wonder my approach for defaulting canonical nodes would be better than hardcoded 128? It's not really clear to me what the parameter...

Hi @jkterry1 – this is on our radar (https://github.com/Avalon-Benchmark/avalon/pull/12#issuecomment-1339768153). The main thing for me is that when we do upgrade I'd like to make sure and update semantics to be...

@Sewdn the main addition seems to be the addition of an sql normalized cache (a51909db6ece92c800405e71ee08c65ce24a696a and 09ecb32a84d8744405300755179932d09389d6a7). You can take a look at the [old diffs](https://github.com/zino-app/graphql-flutter/compare/next...juicycleff:master), though they're a bit...