Alex Mirrington
Alex Mirrington
### Overview and Motivation This is a ticket to aid the migration of `*.js` tests to `*.tsx`. The general motivation here is to improve TypeScript support in Grommet so that...
**Overview:** Serialiasation support for generic types would allow for serialisation of more complex nested classes/dataclasses **Example:** Consider the following: ```Python SplitType = TypeVar("SplitType") @dataclass(frozen=True) class DatasetConfig(Generic[SplitType]): """A class specifying the...
Support for Postman UA strings would be great. Currently, the UA string is parsed as follows: ``` { "Device": { "IsSpider": false, "Brand": "", "Family": "Other", "Model": "" }, "OS":...
# What and Why `OnDemandFeatureView.feature_transformation.infer_features` should be able to infer features from python types for all supported feast data types, for all transformation backends. This PR passes values to `python_type_to_feast_value_type`...
## Expected Behavior `OnDemandFeatureView.feature_transformation.infer_features` should be able to infer features from primitive python types for all supported feast data types, for all transformation backends. ## Current Behavior All on demand...