liv

Results 116 comments of liv

This seems to me like too much of a jump between complexity in exercises (e.g. I don't think we should be touching `dyn` at this point, or `Box` before the...

Yeah, good point, I'd imagine we can probably rewrite this exercise as a whole anyways, it's kind of clunky.

Hm, this feels like it says the exact same thing, just more verbose. I'm not against changing wording to make it more easily understandable, but I don't think it serves...

@all-contributors please add @bean5 for content

Good idea, I haven't looked into Discussions, but those seem like the right place to funnel questions about how to solve exercises.

The install script installs into `$pwd/rustlings` by default. It seems like in your case, that was `c://Windows/System32`. Is that a Window default? I'd assumed a shell would not start in...

Updated the script to install in `$home/rustlings` for now, until we find a better solution.

Can't reproduce this, `watch` and `verify` pick up all the same errors as `run` does.

I agree, but this should probably only apply when ran with `rustlings run next`, as the original purpose of `rustlings run` is to test solutions out-of-band for a specific exercise....

Interesting idea! I'll keep it in mind, I've been meaning to take another look at the progression some time.