Nathan Fiedler
Nathan Fiedler
What happened? The docs and code suggest these functions exist, but I get `is not a function` when trying to invoke `connect()` or `trustLocalhost()`. Am I insane? I mean JavaScript...
The good news is, for simple cases, you can just move the `className` to the `Icon` element and skip the inner element altogether.
In a related note, the generated JS code for 2.4.0-rc2 is missing the required tags altogether, and the customTagReplacement() is called with only the raw text, and no tags are...
I don't know enough about ImageMagick to know, hopefully someone else can chime in.
Did you try setting `IMAGE_MAGICK_DIR` or any of the related settings described in the README? That would be the first thing I would try. Otherwise, I don't know as I...
Unfortunately, this is well beyond any usage with which I have experience. One question though, does the `-crop` in the command example have a relevant effect? I don't see a...
I'm in favor of that, but my Rust skills have deteriorated since the time I started this project, so it's unlikely I'll be able to make a change. I welcome...
This crate does not have a direct dependency on clang. I believe that is coming from the combination of rust-bindgen and the Rust compiler. When I've run into the problem...
To produce the Rust bindings for ImageMagick, this crate uses the `build.rs` "feature" to invoke rust-bindgen. Something is looking for that header file, but I don't know what that would...
Yes, let's do it. Getting _all_ of the dependencies via Rust crates can be done over time, no need to rush. But getting this started and heading in that direction...