Drew Naylor
Drew Naylor
Noticed this problem as well, but for me, I'm on .NET Framework 4.8 and it couldn't find the e_sqlite library after upgrading to 2.1.0. It appears that the `runtimes` directory...
An update on this: looks like Microsoft fixed the AdoptOpenJDK package versions but another package that had something to do with subtitles now shows the wrong version number in guinget...
Latest status on this issue: Adopt OpenJDK appears to now be split into separate packages for each version, so that shouldn't be an issue anymore. Unfortunately, 7zip now suffers from...
Nah, we can just switch over to PowerShell for now since it doesn't seem to remove items like CMD does.
As stated in https://github.com/DrewNaylor/guinget/issues/78#issuecomment-737906327, neither CMD nor PowerShell have infinite scrollback buffers, so I'm going to just read the output into a textbox, or if I can manage it, a...
This textbox should be in a form with a `Close` button in the bottom-right corner next to a `Save to text file` button. The textbox may need both horizontal and...
Just to make things simple, there should be a way to display just a textbox and a way to show a tabcontrol that has both a textbox and a consolecontrol...
Actually, maybe the ConEmu control could be used instead of ConsoleControl: https://www.nuget.org/packages/ConEmu.Control.WinForms/
Doing the fancy two-tab thing was too much work that I don't really know how to do right now, so maybe I can just have a reusable window with ConEmu...
If I use a textbox or another similar control without support for ANSI sequences, I'll have to replace the spinner thing.