Evan Elias Young
Evan Elias Young
I am experiencing the same issue with **Bun v1.1.3** on **Windows 11 Pro 24H2 26100.1**. Attempting to do the install with sudo or an elevated terminal doesn't make a difference....
I've also noticed that the buckets are sorted in the same way, https://github.com/ScoopInstaller/Scoop/blob/859d1db51bcc840903d5280567846ae2f7207ca2/lib/buckets.ps1?plain=1#L56-L75 And the order is determined here (`buckets.json`): https://github.com/ScoopInstaller/Scoop/blob/859d1db51bcc840903d5280567846ae2f7207ca2/lib/buckets.ps1?plain=1#L37C1-L41C2
The search command uses this same method https://github.com/ScoopInstaller/Scoop/blob/859d1db51bcc840903d5280567846ae2f7207ca2/libexec/scoop-search.ps1?plain=1#L156-L157
Which leads me to believe that we shouldn't really sort the buckets at all 🤔
`scoop bucket list` has the buckets listed the same way as in the known buckets file `C:/users/evany/scoop/apps/scoop/current/buckets.json` Taking a closer look at [Get-LocalBucket](), I think I've figured out how they...
@nmoagit, I believe that the fix you mentioned is the correct solution here.
I'm working on a PR for this [here](https://github.com/evaneliasyoung/ror2-editor/tree/feat/relaunch-achievements). I have the display name, description, order, and icons set up for all six currently. Here's what I have the unlocks and...
I have used https://github.com/mnemnion/mvzr in the past for regex in Zig. I will look in to this.
> I don't think that would be wanted though. If this were to be implemented I think it should directly output powershell objects I've found a [StackOverflow question](https://stackoverflow.com/questions/30985008/create-powershell-psobject-in-c-sharp-cmdlet) which is...