Results 694 comments of Vitaly Shukela

Here is the long log. It has stopped on 8. ``` date=1475970959.060679040$ date=1475970959.581643555$ RUST_LOG=cargo_script=debug cargo-script script q INFO:cargo_script: starting INFO:cargo_script: args: ["cargo-script", "script", "q"] INFO:cargo_script: Arguments: Args { script: Some("q"),...

Maybe information about `serde_bytes` should be more visible in main serde_cbor's README and root doccomment?

What is current maintainership status of this library? Has "Looking for Maintainers" resulted in a new maintainer?

@hansl, What is status of the rewrite? Are there any plans on releasing it to crates.io?

I checked and it works for `Deref` and `target_ref` (though I obviously need to change `&S` to `&dyn Shout` or `& (dyn Shout + Send + Sync)`. But when I...

Yes, it runs properly if started from a symlink that goes to `/full/path/to/rd/target/release/rd`. It's amd64 Debian 11 bullseye.

Also reproducible with `./gradlew assembleDebug`. Multiple attempts required to build the apk. First entry in first error batch is `Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.1.3-2.` First entry in second error batch is...

This probably complicates experimenting with prettytable with [evcxr Rust REPL](https://github.com/google/evcxr/blob/master/evcxr_repl/README.md). ``` $ evcxr Welcome to evcxr. For help, type :help >> extern crate prettytable; error: no matching package named `prettytable`...

> but the next time you release a breaking change (0.7.0) you can publish it as prettytable instead of prettytable-rs Will version `0.9` be renamed?

If `sanitized` is indented to be used for security, this would be a necessary addition. It should probably stated in the documentation whether the function is expected to be secure...