Caleb Schoepp
Caleb Schoepp
@rylev had a good suggestion that we should make sure to clearly document our patterns around spans e.g. how do we name them, what metadata do they have, when should...
Seeing as this is a meta-issue tracking a lot of work I'm wondering if it shouldn't be set in progress. @vdice what do you think?
This work is sufficiently far along that I'm closing this initial ticket.
I think auto assigned reviewers is helpful sometimes. But, I can also think of a lot of scenarios where I have a specific person or two in mind and would...
What about `spin-cli-` prefix given that it applies to things like `spin watch` too?
> @calebschoepp at the moment, watch isn't a crate, but a module in the `spin-cli` crate. Thanks for clarifying Ivan. I'm just trying to demonstrate that the scope of a...
I imagine it could be something like how `cargo new` works where there is a [`--vcs` flag](https://doc.rust-lang.org/cargo/commands/cargo-new.html#:~:text=the%20directory%20name.-,%2D%2Dvcs%20vcs,-Initialize%20a%20new) and a default. Likely we would start with options `none` or `git`. We...
> Maybe we can take their github/gitlab-username in spin.toml @me-diru Mind elaborating on what you mean by this?
+1 to be wary about setting up a remote. I think all we should do is `git init`.
Sticking with just the `--no-vcs` flag is good IMO. The default would then be that we try to run `git init` unless you pass `--no-vcs`. We should of course gracefully...