Matthias Beyer
Matthias Beyer
Replace would also be nice.
Yes, but no `--append` or `--prepend`, which is what I ask here.
I'm running in this issue when trying to package scuttlebut: ``` fatal: remote error: github:ssbc/scuttlebot is not a valid repository name Email [email protected] for help Error during fetch: Error fetching...
Any updates whether this will be implemented and when?
One thing I just thought about: When doing a workspace release, cargo should build everything and after everything is fine, publish all crates at once... if that is even possible....
It would definitively help me with [imag](https://imag-pim.org) where I [publish over 50 crates in one release](http://git.imag-pim.org/imag/tree/scripts/release.sh)!
> I'm not sure what your deployment environment looks like and if omitting the collectd requirement would be seen as a good thing It definitively would be, as I'm only...
Hey! Thanks again for considering it! Yes, the example was kinda weird... I don't mind a completely different approach, my main interest here is that I can parse :smile: Depending...
Because if it is used in some configuration file, say: ```toml duration = "12ms" ``` a user might want to parse that. Of course now that the crate implements serde,...
I just looked at how the serde compat was implemented,... it was not implemented as I intended. What I intended was that I can have a TOML file like this:...