Matthew Tamayo-Rios

Results 23 comments of Matthew Tamayo-Rios

Just went and looked back at a similar bug we encountered and it looks like it might be another instance of the same thing: https://github.com/FasterXML/jackson-databind/issues/2078 The weird thing is that...

Here's a self contained test case using vanilla mapper that will reproduce the same thing with AtomicReference. It passed on 2.6.5 for me, but fails on 2.10 and 2.13.1 ```...

That makes sense we are moving away from Optional and marking the API signature with Optional as deprecated. Legacy versions of mobile app will use "working" version and the next...

A simpler approach might be to create an empty RPCObject interface with @JsonTypeInfo annotation and just make all your RPC objects implement it (if you have control over objects).

Wouldn't need the full AWS SDK, but being able to generate pre-signed S3 URLs for PUT/GET would probably cover a lot of my use cases (read/write key values from a...

TensorFlow's security model makes it challenging to support inside of wasi-nn. https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow/+/HEAD/SECURITY.md In addition, the SavedModel format assumes direct file system access and this is baked pretty deeply into the...

I removed the tensor bytes type and for now I'm just assuming that tensor with an initial zero dimension can be interpreted as a string as other sentinel values would...

Might as well do everything together at this point. Most TODOs are issues I noticed while working on the code and not TODOs for this particular feature.

I didn't touch dependencies so not sure why home package all of sudden is requiring a newer rustc.