Nils Andresen

Results 73 issues of Nils Andresen

Currently the chocolatey package installs per-user. Hovever default for chocolatey is to install "globally". This leads to the following situation: * One user (UserA) on a system runs `choco install...

As it affects `Commands` and long `Options` it should probably be in https://spectreconsole.net/cli/commandapp and https://spectreconsole.net/cli/settings

feature

Currently, the use of `arrays` in settings is only [documented](https://spectreconsole.net/cli/settings) for `CommandArguemts` like ``` [CommandArgument(0, "[name]")] public string[] Name { get; set; } ``` But not for `CommandOptions`, as asked...

feature

### Discussed in https://github.com/spectreconsole/spectre.console/discussions/556 The original idea was sparked somewhere in https://github.com/spectreconsole/spectre.console/discussions/550: Enable `MultiSelectionPrompt` and `SelectionPrompt` to show Renderables as select items. Currently, items for `MultiSelectionPrompt` and `SelectionPrompt` need to...

feature

**Ghostly version** 1.15.0 **Windows 10 version** 19042.1110 **Describe the bug** Seemingly ghostly stopped syncing. The Log shows `System.OverflowException: Value was either too large or too small for an Int32` ***Stack...

bug

Cake for Rider and Cake for VSCode ship the same set of snippets for Cake script files. Cake for Visual Studio should ship those snippets, too.

The project templates are outdated and should be updated. Also, Cake for Rider ships the "Cake Frosting" project template - we should think about adding that, too.

In #136 the id of the 2022 vsix was modified, because the current marketplace does not support multiple vsix versions per extension. When the marketplace supports multiple vsix per extension...

So now, when StandardMessage, TwitterMessage, GitterMessage, or MicrosoftTeamsMessage are changed, the parameters which are sent to string.Format can also be changed by settings MessageParameters. The default for MessageParameters is equal...