Jay Kickliter

Results 37 comments of Jay Kickliter

Note: please don't merge this until someone with domain expertise checks that `train_random` is returning sensible results. I was able to add a test with reference output for `train_batch` to...

I've been using this crate for about a year now, and also only just realized I could add attributes.

[This] github workflow file is a complete example. The major difference is that I build that NIF with CMake, and the CMake script if there is an [environment variable] named...

The codecov only tracks erlang coverage. IIRC, that is using covertool.

I just ran into this same problem on vanilla ubuntu. Without ` -r -m share/mk`, I got the same warnings and build hung indefinitely.

I am running into this also https://gist.github.com/JayKickliter/9b05e6218df6ec6dc6b5bec8e10b7dd4#file-gistfile1-txt-L292

I'm doing Rust codegen in Haskell, but rather naively. A standalone library would be so useful to me.

This is perfect timing for me. Thanks!

@BouweCeunen did you ever figure this out? I'm getting the same freezing on an M1

For the same reason `Vec` is `Sync` despite it being a mutable buffer without internal synchronization: ownership rules will prevent mutating the `OwnedBinary` when it is shared.