Nejat
Nejat
Hi, I ran across this as well, except while using notify 4.0.15 and I didn't receive any events. I ran the same application in the following three environments (each environment...
> Why truncate at all? If stdout is a file or a pipe, long lines should never be truncated! I agree, but that would require more work, which would become...
Is this happening on a Mac? I had a similar issue which I was able to resolve. My issue was Rustup was installed from brew instead of the official way...
> that depends probably on the hook type. I defined my hook in `post`
> Maybe you can try out the `pre` hooks, there is an example in the repo: https://github.com/cargo-generate/cargo-generate/blob/main/example-templates/hooks/cargo-generate.toml#L6 > > This actually should allow you to change the contents as you...
> also, since you're running on macOS, there are some [issues with sed](https://stackoverflow.com/a/19457213/1252968) I would suggest using `gsed` (the linux gnu sed), then the arguments as you have described them...
> [@Nejat](https://github.com/Nejat) I wonder if you could have a look at the PR [#1392](https://github.com/cargo-generate/cargo-generate/pull/1392) and see it has any impact on your issue described here? Maybe it solved it even?...