Jarek Samic

Results 47 comments of Jarek Samic

I stumbled across a neat workaround for this [here](https://github.com/signalapp/libsignal-client/blob/master/swift/build_ffi.sh): ```sh if [[ -n "${DEVELOPER_SDK_DIR:-}" ]]; then # Assume we're in Xcode, which means we're probably cross-compiling. # In this case,...

Oh no! When I have the time I'll fix this up :) in the meantime, PRs welcome!

I'm more than happy to accept a PR if you get around to it! 😄

Sounds like a good idea!

The links above are outdated, but the method in question here is `Device.remove`. `error-chain` is no longer used in `nvml-wrapper`, so this is now fixable.

Hi! I just came by the repo looking for exactly this--I'd love a library version that could be called from Rust code 😄 My use case would just be to...

You can also [skip the install script and just use homebrew directly](https://krypt.co/docs/start/installation.html): ``` brew install kryptco/tap/kr ```

Nice! Can we make this change in https://github.com/Cldfire/nvml-wrapper/blob/master/nvml-wrapper-sys/Cargo.toml too please? :)

Hey! I have seen this and I will give it some thought, but I won't have time to reply for another couple of days 🙂.

I just ran into the lack of this feature while working on a project with this library (trying to use paragraph to display wrapped log output while always displaying the...