Joe Iliff

Results 3 issues of Joe Iliff

Someone reported an issue with the page on [Brave](https://brave.com/), yet to check it out just putting it here for safe keepings ![image](https://user-images.githubusercontent.com/9018764/103096189-bc4ef900-45c8-11eb-97c0-63a0d3c6e873.png) (From the person with the issue)

bug

Certain items (i.e. ECHO Themes) can entirely lack an inventory key when we serialize the item; As long as it lacks actual parts, we don't *really* need the inventory key....

enhancement

There's no implementation of `OrtValueTensor.createTensorWithDataList` which supports `Float16` instead of `Float`. Ideally this wouldn't be too hard just requires an implementation of: - `ffi.Float16` or something similar - `Float16List` -...