Nick Sanders

Results 90 comments of Nick Sanders

Interesting. I'm using cffi to do the exact same thing, allowing Python to call into Rust, for one of my projects, [tyro](https://github.com/cogciprocate/tyro). Let me know if I can be of...

I'll have a look as soon as I get a chance.

I'm afraid I'm just not acclimated enough with Sublime plugins to give you any useful feedback about this project at the moment. Is there any way you could get me...

Really helpful. Thank you. You should add this info to the README or to a `CONTRIBUTING.md` file or some such.

We really only need to run the tests in the `ocl` sub-crate.

Ok I'll make a note about buggyness on that hardware platform too. There's nothing for you to worry about as long as you don't use event callbacks. I'll be adding...

Unfortunately this interferes with the use of [`failure`](https://github.com/rust-lang-nursery/failure) for Errors. You should be able to do [`ocl_error.compat()`](https://docs.rs/failure/0.1.5/failure/trait.Fail.html#method.compat) to convert it to something that implements `std::error::Error`. I'll revisit this after the...

Yeah you're probably right. I'll take a closer look at some point.

Yeah I think you might be right. I'd like to spend some time on this but I might not be able to for a while. I've been waiting for `Pin`...