Tony Xiao
Tony Xiao
What's the advantage of using official Notion API over what is currently working?
I'm experiencing similar issue. The `JKSerializeOptionCompress` doesn't seem to do anything. The returned NSData is still exactly the same size as before, compression seems not to take place.
Why is it not needed? Does gradle already do caching of proguard outputs?
What would be the benefit of using GCD queue?
> I think you could do something like: > > ```js > const pino = require('pino')() > exports.handler = function(event, context, callback) { > > console.log('remaining time =', context.getRemainingTimeInMillis()); >...
@bfelbo yea I ended up doing console.log. Works well ``` pino( { useLevelLabels: true, // TODO: Figure out if this is actually a bad idea prettyPrint: config.env.PRETTY_LOGS ? { translateTime:...
This sounds great! Would also allow a class to be field resolver for more than one object which is super handy!
@19majkel94 is this related to #183 the new schema generation pipeline or a completely separate enhancement?
Makes total sense. Excited for #183 to land 😍
@19majkel94 what's the recommended way to do pagination until there's official support for pagination in type-graphql?