Christopher Field

Results 60 comments of Christopher Field

@Songtronix, that is good hear! Given this result, do you believe a `-p`-like option as specified in the #94 enhancement is needed?

>Does in theory cargo wix client/Cargo.toml --nocapture only compile the client crate or will it compile the entire workspace? It should only build the client package, not the entire workspace,...

I am wondering if instead, a `-p,--print` flag should be added to the default _create_ subcommand that just prints the `candle` and `light` commands instead of a template. Basically, the...

I am not sure how this is supposed to work with passwords. I need to think about this a little bit.

Thank you for the bug report. I currently do not have any version of EAGLE installed, let alone v9.4.2, so I am not really in a place to troubleshoot. Do...

I would like to add that I have also experienced the LNK2019 error. I was using the stable-i686-pc-windows-msvc toolchain from the [Developer Prompt](https://docs.microsoft.com/en-us/dotnet/framework/tools/developer-command-prompt-for-vs) installed with the [C++ Built Tools 2017](http://landinghub.visualstudio.com/visual-cpp-build-tools)...

I agree with @retep998 and @glebpom that using the winapi crate should be preferred, so please use the #35 pull request to resolve this issue.

Here is an example I created using the `StreamingDecoder` loosely based on the `pngcheck` example, in case it is useful for anyone: ```rust fn main() { let mut reader =...

>This addresses me not implementing it but I'm still not sure about it > > - Seems a bit obscure of a use case While I agree the origin of...

>Could you look at https://github.com/assert-rs/assert_cmd and see how this new API works for your needs? Yes. I will take a look, thank you.