Rob McQueen
Rob McQueen
Hmm, im confused. Doesn't it do that? https://github.com/segmentio/evergreen/blob/master/index.d.ts#L1371 It looks like the heredity tree goes: `SearchTableHeaderCellProps` --> `TableHeaderCellProps` --> `TableCellProps` --> `PaneProps` , which should work.... but it's very possible...
TypeScript Version 3.4.5
This commit breaks Python 2 compatibility. Python 2 defines the input() function to eval what the user inputs; whereas raw_input just returns the string.