Matthew Tamayo-Rios

Results 8 issues of Matthew Tamayo-Rios

**Describe the bug** Serialization of Guava optional with polymorphic inner class is not including ```@class``` as specified by ```@JsonTypeInfo``` It works correctly on Jackson 2.6.5, but stopped working at some...

has-failing-test

This implements a kserve backend allowing forwarding of wasi-nn calls over http to servers implementing the kserve protocol (documented here https://github.com/kserve/kserve/blob/master/docs/predict-api/v2/required_api.md). It also makes certain API calls that are expected...

Related to #68 It would be nice to be able to use all the annotations simultaneously, without having manually specify their names.

enhancement

It would be nice if there was an annotation such as @Instrumented for classes that automatically scanned for all methods annotated with @RequestMapping ( support for Jersey would be a...

enhancement

This change allows retrieving values from the map without having to acquire a write lock, unless the value is missing. For read once (or mostly read) workloads this is superior...

Support multi-device memory residency of tensors.

The current tensor types are not all supported in core wasm. ``` enum tensor-type { FP16, FP32, FP64, BF16, U8, I32, I64 } ``` WASM supports the following core types:...

For example, there are many Google APIs that use a colon in path to separate methods on a resource, for example https://ai.google.dev/api/all-methods If this already exists adding an example to...