Results 91 comments of Andrew Mackenzie

When I get the assistent working, I can use it (via voice or typed commands) to turn off my lights and such stuff. But I can't get it to play...

Cool. Want a list of the functions used by libproc-rs, or you would just go for a full replication of what is available in Darwin? Let me know if I...

The bindings were done manually before, but now bindgen is used, so that generated bindings for everything in libproc.h, so it will need the structs and functions defined for bindgen...

I wondered.... I can separate it in to PRs if you want it for later. WHen I can, I'll play with circleci, and if you have both config files -you...

Thanks for the alternative. Not high priority for my project now, as I have realized I need to NOT insert multiple times, so I need to check it's not there...

This caught my eye this week: https://www.reddit.com/r/rust/comments/wd8xuc/mold_on_macos_works_kinda_and_i_confirmed_with_a/?utm_medium=android_app&utm_source=share

maybe a --bin option on cargo to specify you want the binary for your machine/arch/os (triple) instead of compiling from source? something like `cargo install --bin wasm-pack`

Yes, just build from source using `cargo install`

I'm back from leave and updating this lib. I have merged significant contributions and updated version to 0.13.0 and tagged and published to crates.io. Can you update and test again...

Nightly CI check (which includes macos11 and 12) is still passing fine. https://github.com/andrewdavidmackenzie/libproc-rs/actions/runs/5659636456 I am on Ventura, so not able to check on Monterey.