Mark Larah
Mark Larah
Paring it back a bit more: ```js type GetUserInfoArgs = {| user_id: number |}; type GetUserInfo = (GetUserInfoArgs) => { first_name: string, last_name: string }; // Similar to how `Arguments`...
Hmm, related? https://github.com/facebook/flow/issues/7709
We get a few flakes, around 2-3 each test run in our codebase with ~2000 tests (same stack trace but with `EHOSTUNREACH`)
@QingWei-Li Any word on when this can be merged in? Super looking forward to this feature! Thanks for working on this! :)
random guess - maybe serialization for IPC gobbles the type up and captures only the properties? As a workaround for now, what about testing the `name` property (or some other...
@kedarv can you sketch out what you expect the desired API to look like?
oops looks like we need more github stars first
Oh also, here's another option I had for the examples table, was thinking it might be good to explicitly show all the different kinds of schema you can select: felt...
One thing that's a bit of an open question for me is the "Schema Coordinate AST": > Lee: regarding reference implementation changes, we should add at least parsing functions to...