bob chen

Results 6 comments of bob chen

like this: ```javascript subClass({ imageMagick: true, appPath: path.join(imagemagick.path, '/') }); ```

Thanks, It works like this. ```rust let stream = docker_client.create_image(create_image_option, None, None); let stream2 = stream.map(|create_result| match create_result { Ok(create_image_info) => { println!("create_image_info: {:?}", create_image_info); serde_json::to_string(&create_image_info).map_err(BollardError::from) } Err(err) => {...

I get this in wasm-bindgen repo example: ```rust use wasm_bindgen::prelude::*; #[wasm_bindgen(module = "/defined-in-js.js")] extern "C" { fn name() -> String; type MyClass; #[wasm_bindgen(constructor)] fn new() -> MyClass; #[wasm_bindgen(method, getter)] fn...

> You can try the "electron_sys" crate. thanks

~~when parent resize call `checkParentSize` function~~

本来就是开源项目, 靠众人。