Benjamin Hanes
Benjamin Hanes
These files have FlatList elements that don't have keyExtractors set: https://github.com/brandingbrand/flagship/blob/366ead58afaff0b1ea0a467bd15ef53cfb02f26a/packages/fscomponents/src/components/FilterList/FilterListDrilldown.tsx#L363 https://github.com/brandingbrand/flagship/blob/366ead58afaff0b1ea0a467bd15ef53cfb02f26a/packages/fscomponents/src/components/FilterList/FilterList.tsx#L205 https://github.com/brandingbrand/flagship/blob/6875b1be7217245f00c479d9991717441a73b2e8/packages/fsapp/src/components/CodePushDevMenu.tsx#L183 https://github.com/brandingbrand/flagship/blob/bfb0180b5ed5497d950ae3d5d440052d956a41ac/packages/fslocator/src/components/ResultList.tsx#L125
In Variant, there is a member called optionValues, which is an array of type OptionValue. The usage of "name" recommended here differs from the usage of "name" recommended within OptionValue...
In ReviewDetails: https://github.com/brandingbrand/flagship/blob/b6ba811acea1db8b5b2da201fcbc3b45f6062106/packages/fscommerce/src/Review/types/ReviewDetails.ts summary is completely redundant to statistics, because statistics extends summary and all of its new keys are optional. This can cause confusion because a user won't know...
I added an option called "items", which specifies the number of slides to be displayed at once.
This can be used to train away from a group of images you don't want As this moves the model away from a point instead of towards it, the change...
If an error is thrown when trying to save a checkpoint, it will give the user the error and ask if they would like to save again. This helps with...
Currently skips the resumed epoch if partway through and calculates global steps as only the number of steps into the current epoch. These changes make it resume mid epoch on...