Jeremy Knope

Results 20 comments of Jeremy Knope

actually it looks like Xcode has GUI for adding those variants to build settings now! Also maybe it's super unlikely, but my worry was cargo-lipo producing a universal binary to...

I've used it for M1 + intel builds, seems to work OK! You do have to take care if you're building 1 rust library for iOS & macOS since it...

I just ran into this as well, only on Windows machine. our benchmarks run fine on macOS machine.

it interrupts my benchmarks, I see time of one benchmark then it interrupts with socket error and fails to run the rest

Here's my Cargo.toml for my crate I made testing out s2n-quic. ``` [package] name = "quictest" version = "0.1.0" edition = "2021" # See more keys and their definitions at...

so gave a try on my intel mac just to be sure there isn't something weird with aarch64, but seems to be same. I have openssl installed via homebrew on...

I'll try, but my first attempt at a repro for the assertion bug didn't yield the same problem the original code producing this issue is, haven't found what the difference...

you can try using `uniffiClonePointer` on the uniffi type to get a raw ptr of the Rust type that you can pass to a traditional FFI rust call, we're doing...

I think this is a problem in GCD on 10.6, at least my dispatch source I created on a file descriptor to a serial port does not fire except the...

I don't think I'm seeing this, you seeing the first notification not go off screen before the 2nd one shows up? In the included test app or in your own?...