Hendrik Sollich
Hendrik Sollich
sure, why not. there are already harnesses in there
Hi there, seems I was holding it wrong. Of course what I forgot to hold and await the `Addr` that is being returned from `start` like this: ```rust let service_supervisor...
I don't think anyhow is intended for libraries. `thiserror` is a nice "non-leaking" lib that produces typesafe errors. I think xactor should probably switch.
@sunli829 what do you think?
@sunli829 friendly ping
@sunli829 another friendly ping, I know these pass unnoticed sometimes on github. If you're not interested in this crate anymore, I'd be willing to take over maintainership btw.
@radix there already is [`emit_node_compact()`](https://github.com/chyh1990/yaml-rust/blob/master/src/emitter.rs#L135), even though this is not public yet. It is currently only used for keys in `Yaml::Hash`. Perhaps you could come up with a nice API...
afaik `yes`isn't parsed as Boolean since yaml 1.2, ergo here too, just saying
I don't think this is true, as I commented on kbknapp/clap-rs#965 already. I also have some [tests](https://github.com/chyh1990/yaml-rust/pull/104) that should demonstrate this. Or do I not understand correctly?
I've already used it in wasm binaries, so I would say yes