Nils Andresen

Results 123 comments of Nils Andresen

As an Idea: When the installer is installed for "all users" and VNS_ROOT is set accordingly and global... I "think" one could build a start-batch that sets NVS_HOME "per user"...

Yes. I saw that after I commented. Hence the deletion of the comment. Sorry for that. 😇

yes.. love to. Need to buy a book on rust first :-)

Not me. I'm still reading that book on rust to begin with... But there is also some discussion in https://github.com/extrawurst/gitui/pull/219

@kevinms99 seems this is intended: https://github.com/spectreconsole/spectre.console/blob/3a7b8aa1d2bc97493a17d9a0d902eb4a93248e5e/src/Spectre.Console.Cli/Internal/HelpWriter.cs#L364-L366 > I'm curious whether there's some standard or tradition that I'm unaware of that leads to this approach. Not that I'd be aware of...

Yes, sounds good. Maybe even add a little extension to write it like: ```cs table.AddColumn(new TableColumn("Column 2").Width(1.5.Proportions())); ```

Sounds good. Should we add an implicit conversion from `double` to `ColumnWidth`, so we don't break every single use of the existing `Width`?

@jouniheikniemi As far as we know, no one is currently working on this. So, sure, take your stab.

@jouniheikniemi I'll try to answer all your questions. > [...] Spectre.Cli used to say it is "extremely opinionated", so what's its opinion here? That would be @patriksvensson opinion of things....