Adam Pietrasiak

Results 89 comments of Adam Pietrasiak

@SamHH it's narrowing, but it's doing it safely as we're removing empty values before

Wow! @robertmassaioli this is cool! ![image](https://user-images.githubusercontent.com/7311462/70939299-f54ba980-2015-11ea-94c9-450d0e74ae34.png) ```ts function isPresent(t: T | undefined | null | void): t is T { return t !== undefined && t !== null; } const...

Does it happen in production or dev or both? If in prod, make sure you properly configured your build pipeline to include all needed binaries outside of '.asar' file

I'd like to recommend my library that allows exactly that @rollymaduk @orefalo https://github.com/prismake/typegql

Since this repo does not really feel active, I've created my own library allowing creating schema with decorators - https://github.com/prismake/typegql

What exactly do you mean by that? @4F2E4A2E

I think that should be totally possible! Let me know if you'd have any problem with that @4F2E4A2E

Can you try to test it on real device? Mailing might be disabled on ios simulator

I'd be happy to add it, but I don't know if there is a way to do that on Android