Aditya Prasad

Results 20 comments of Aditya Prasad

Yes, thanks! `-c` didn't do what I wanted but `--auto-file-renaming=false` seems to.

So, I've tried using this technique: ``` let myArrayPtr = instance.exports.allocateF32Array(length); let myArray = new Float32Array(instance.exports.memory.buffer, myArrayPtr, length); // Use myArray as a normal Float32Array in JavaScript, fill in data,...

Yes, this looks correct for tf. The code given was for theano ordering (channels_first).

Ugh, just got bitten by this. Spent many hours trying to debug this unhelpful error: `skuber.api.client.package$K8SException: Status(v1,Status,ListMeta(,,None),None,Some(Error parsing watched object),None,Some(List((/object/spec,List(JsonValidationError(List(error.path.missing),ArraySeq()))), (/object/status,List(JsonValidationError(List(error.expected.jsobject),ArraySeq()))))),None)`

> I find the way to solve the Q, just modify the requirements.txt, set the elasticsearch to your version. For example, if your version is 6.x.x you can set: **elasticsearch>=6.0.0,

Never mind: Posix shm isn't very portable (since Darwin has a shm_get syscall while it's a glibc wrapper to open a file on `/dev/shm` in Linux). Doesn't seem worth it....

I'm sorry to say it is. Oracle laid off the whole team.

Thanks @Coin-Degen. Looks like you may have meant to post a link there?

Actually, from more digging, it seems that the `java` bundled with Smithy might be the problem. It doesn't come with `sun.misc.Signal` etc.

I'll close for now. Although I don't think ZIO should have this dependency, it works on most JVMs.