Serhii Potapov
Serhii Potapov
@diegosouza If you want and have enough time you can pick this task up!:)
I guess no. All users are supposed to be equal.
@diegosouza hi) Let's discuss this. Would it be OK to have 2 types of users: - admin users - have permissions to manage users (including other admin users) and manage...
I guess `admin` and `editor`?)
@diegosouza btw, very personal question: do you use blogo for any of your projects?)
It makes sense, thanks. I guess there supposed to be some libraries in JS for things like this.. It's even funnier with languages that use cyrillic (russian, ukranian).
That's the issue I could not figure out how to solve: https://github.com/greyblake/cargo-testify/blob/master/src/reactor.rs#L71 I can use `Command.spawn` to preserve color output, but then I can not intercept `stdout` and `stderr` to...
Running with `--color always` partially helps. It shows bold, but not green nor red.
Thanks for your report. I may name the trait differently I got the idea and thinks your requirement is reasonable so I'll implement it.
@virtualritz Hi! Thanks for your comment, the suggestion you propose sounds reasonable, enforcing validation without giving any other options, indeed not the best idea. On other hand.. I did not...