Nils Andresen

Results 124 comments of Nils Andresen

At least GitLab, Gitea and Bitbucket seem to have the notions of milestones, too. Should I try to tackle them in this PR, too? (I feel it would be "cleaner"...

That would remove the need to load and cache all milestones. Should we, in that case, add an API call to check if the milestone exists and is open? If...

> I'm not happy with the switch to number 😞 . I know we don't need an additional lookup, but configuration is much harder. I agree, the configuration was much...

Honest question, @JKamsker: Do you feel a single word, thrown out like that motivates anyone to take a closer look at your PR?

I got to admit I have only a very vague idea on how completion in PowerShell works. How would this PR enable completion? I'm guessing the script you mentioned above...

I see, and the way I am reading it the completer is local to a session, which means if we wanted to have it global and always available, we'd need...

@JKamsker Any hint what might be wrong? > ➜ .\JavaVersionSwitcher.exe completion powershell --install | iex > Invoke-Expression: Cannot bind argument to parameter 'Command' because it is an empty string. >...

> @nils-a no idea :/ in my tool it works....does just ` .\JavaVersionSwitcher.exe completion powershell | iex` work? no, same error: > ➜ .\JavaVersionSwitcher.exe completion powershell | iex > Invoke-Expression:...

![image](https://github.com/spectreconsole/spectre.console/assets/349188/a1b59c84-fade-4d86-8ac6-508cd7e5c40e) I like it. Will do more tests tomorrow.

> * I think `public static Color.FromHex(string hex)` would be a more desirable approach here from an API perspective. I'd vote for a combination of `public static Color ParseHex(string hex)`...