Robert Collins

Results 452 comments of Robert Collins

I think the official rust docker images may have a different use case than the default rustup install. The docker image isn't mutable: rustup can't add components because we move,...

This doesn't bring joy :/ ``` OPTIONS: -h, --help Print help information -V, --version Print version information FLAGS: -v, --verbose Enable verbose output -q, --quiet Disable progress output ``` On...

I think that sort of test would be nice. That said, the main thing is that the new UI will still be usable. I think my main issue is that...

I don't know when @hi-rustin was planning a release, but I can say that I have a thing that won't be ready before the weekend, that I really would love...

Catching up late - sorry for going radio silent, I did mean to look at it, but I just haven't had time. The description very much seems good htough -...

As a data point, this occurs only when things are changed, but once it occurs it won't be cleared until the language server is restarted. That suggests some global state...

I realise I had a little confusion in the same - edited; but basically its not clear to me how to use different generators... or perhaps they cannot be used...

I'm a little confused here - what will this provider permit that the existing AKS PV provider doesn't? It already supports pre-existing managed disks - as the very docs that...

I haven't read the diff, but just a quick though since future API breakage seems to be a strong concern here. Consider making all the concrete enums nonexhaustive. That will...