Greg Pstrucha

Results 12 comments of Greg Pstrucha

These validators attach to where the input type is used in query, not the input type itself. If I want my Input validated the same way, I need to explicitly...

That is fantastic! @sunli829 can the validation functions be given context, or do they have to be dependency-less? This is fantastic regardless, thank you very much!

Ah, that makes total sense! Still, that's amazing change, will save me some duplication. Thank you!

Yeah I agree that full proposal would be pretty tricky. I think the more minimal step towards the full solution would be to provide a flag, or a way of...

Good to know there exists the function syntax! Thank you for the pointer. I have a use case where having the ability to run async function does help - specifically...

Hey! I'm happy to investigate a bit more. Do you have a particular code snippet for that?

Hey, are you using FBAllocationTracker to grab objects? We are currently seeing an issue over there, it's referenced in here: https://github.com/facebook/FBMemoryProfiler/issues/4

This is possible. We do not have that existing here, but the implementation could be developed. It would be a little bit different though - in order to do that...

Thanks for quick response @quodlibetor ! Awesome, that sounds great. Yeah I have no strong sense that sending timestamps as strings is something common, at very least I've stumbled upon...

Sounds great, thank you! Just tested it, works like a charm. For future reference and if anyone needs this, the gist is very simple: https://gist.github.com/Gricha/21d58b59fb65fb4eeb5f0af8640ca4a2 It just copies ts_seconds excluding...