Bruno Vieira
Bruno Vieira
Hey! I was looking through your repo (seeking some inspiration for my own dotfiles one) and, even so this issue is old and probably fixed, here goes a StackOverflow link...
Based on lukesampson/scoop#4239, another possibility would be to improve Scoop's own search system based on your awesome work. But that's probably a long discussion on the main repo, and may...
On the command to be used, I'd say `enable` and `disable` aren't the best ones. This could easily mean enabling or disabling an app entirely. Probably, by using a list...
> From my experience the most common scenario for why you'd want to pin a package version is when there is a known issue with a newer version of that...
> @denelon @brunovieira97 > > managing multiple apps in a single command should be supported for all commands , not `install `only but for `list / upgrade / uninstall` too....
Sure, I know that's possible, but adding this directly to the parameters would be much better for the user (dev, etc). That's the reason I proposed the implementation of a...
I ended up writing a custom function on my PowerShell module that will work with either hex and `System.ConsoleColor` names as a value for `-ForegroundColor`. I then check if it's...
@terryaney sure, here it is: https://github.com/brunovieira97/ps-color/blob/main/src/util/Color.ps1 What I did was map the default hex values for each System.ConsoleColor, and just use everything as a hexadecimal value. The shortcoming of this...
> Been short on time for a while, I hope to get to this in a few days. Any news or development on this? Our development process here has a...
Was going to open an Issue exactly about this. Shouldn't it just use PS Profiles if present? It might delay the command execution, though.