Ronnie
Ronnie
@g4s8 definitely not trying to be pushy or rude but I do want to mention this again just in case it was missed. I would also be willing to take...
As an alternative, would it be possible to support finding the project root by going up until we find a go.mod file similar to git and the .git directory?
Hmm, it does seem like you are able to change every part of that file name except that. Do you just not like the v prefix or does it affect...
Yea, I may have done a little work in the v2 config structure around this. Just trying to think of the best config option here. I'm torn between a simple...
> I would be happy with either of them but maybe having a full template option would be better in terms of flexibility? > I’m thinking about a filename template...
I definitely think a generated json schema and / or yaml schema sounds good. Including these in the generated static site would be ideal we well. I have a prototype...
Wow better late then never I guess haha https://changie.dev/schema.json ```yaml # yaml-language-server: $schema=changie.dev/schema.json ```
> Would be 💯 to get this added to https://www.schemastore.org/ to allow editors to automatically pickup on it. Maybe make a separate issue, I have no issues how to do...
> I can open a PR for it if that's okay with you? > > EDIT: [SchemaStore/[email protected]:schemastore:patch-1](https://github.com/SchemaStore/schemastore/compare/master...Blacksmoke16:schemastore:patch-1) is the diff if that looks good to you, can go ahead and...
> If you add a `Height` to the `NewSelect` and `NewMultiSelect` that should take care of everything. Looking forward to this change! > > ```go > huh.NewMultiSelect[string](). > Title("Projects"). >...