Michael Joseph Rosenthal
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...