Michael Dorst

Results 37 comments of Michael Dorst

Any movement on this?

@nmasa05 The comment sections of YouTube videos are a great place to make encouraging comments such as this one.

Is this issue about supporting GitLab servers other than the one at gitlab.com? Because if so I need this too.

Do you think this is also a candidate for rewriting in Rust, or do you think it makes more sense as a shell script?

Given that the script will take a lot of time regardless I don't see that as a huge problem. I'll work on it a bit and try to decide which...

> And to minimize the building of crates if we know the publish is going to fail because no publish is required. Under what circumstances would no publish be required?

Also, do you know of a good way to test this code that doesn't involve actually publishing crates?

So, to be clear, this issue is only proposing to translate the functionality that currently exists in `test-crate-version.sh` and `check-publish-crates.sh` into Rust, not to add any additional functionality?

From what I can tell, `test-crate-version.sh` downloads `https://static.crates.io/db-dump.tar.gz` (a fairly large file) for the sole purpose of checking if the crate is published. There is a much faster way -...

For fish I belive it looks something like ``` fluvio completions fish > ~/.config/fish/completions/fluvio.fish ``` I had to do some googling to figure that out, so it might be helpful...