Boscop

Results 304 issues of Boscop

E.g. how to use `indoc = { version = "0.2", features = ["unstable"] }`

Will it lookup in cache based on the script file's path or based on the script file's content (hash)? IOW, when I pass a path of a `NamedTempFile` with the...

In a lot of situations I need to pipe Rust code to `cargo script` but right now it can only read the source from a file, right? Can you please...

When I try to run a script that's in my PATH (on Windows 8.1), I get: ```internal error: could not find script``` cargo-script should find scripts if they are in...

Please add an optional feature to enable support for `Either` from the `either` crate: ```rust cond.as_either(x) // if cond { Either::Left(x) } else { Either::Right(x) } ``` It'd be useful...

It would be very useful to have support for [GetListOfPortMappings()](https://tools.ietf.org/html/rfc6970#section-5.7) to get information about existing mappings, such that e.g. an application can choose a different port if it's already used...

When I use `\n` in the replacement string, it doesn't work: ``` $ ambr -r "(?m)Vec3A as Vec3,\n" "Vec3,\n" ./spheres/src/lib.rs: pub resolution: Vec3A as Vec3, pub time: f32, -> pub...

Suggestion: -y flag to replace all without requiring any user input I often use ambr for multiple passes of mass replacements, and it would be useful to have such a...

In msys it doesn't react to entering `y`. Instead, I have to Ctrl-C and then it tries to execute `y` on the shell.

When replacing, the replaced lines have wrong line ending \r\n when the file uses line ending \n, on Windows when running in cmd.exe.