Dionysius
Dionysius
1) Can be solved, if we could omit the last line. Do we need that? ```golang var _ abc.Foo = new(FakeFoo) ``` 2) Can only be solved, if the fake...
I overall agree with _all_ the points of @LasTshaMAN. Just my 2 cents: 1. Is in my opinion not reasonable enough. If you choose to put the tests into a...
I will run into this issue again and again whenever there is a new spotify update on scoop as long this is not merged. Any non-english system languague will have...
I've tried to reapply those 4 commands https://github.com/TheRandomLabs/Scoop-Spotify/blob/master/bucket/spotify-latest.json#L29-L32 ``` λ icacls %LOCALAPPDATA%\Spotify\Update /reset /T processed file: C:\Users\Dionysius\AppData\Local\Spotify\Update processed file: C:\Users\Dionysius\AppData\Local\Spotify\Update\spotify_installer-1.1.57.443.ga029a6c4-43.exe processed file: C:\Users\Dionysius\AppData\Local\Spotify\Update\update.json Successfully processed 3 files; Failed processing 0...
I think I found the cause. My Windows doesn't have a group `Everyone`. Although I changed even the system language to English, it was initially German. So the correct group...
According to https://docs.microsoft.com/en-us/troubleshoot/windows-server/identity/security-identifiers-in-windows > S-1-1-0 | Everyone | A group that includes all users, even anonymous users, and guests. Membership is controlled by the operating system. It seems we should...
I ran into this issue as well. According to the Readme: > Spotify's built-in updater is disabled, and Scoop should be used to update it instead. I've installed Spotify from...
I still have this issue today with ConEmu 210912 (what I get with cmder on scoop) on Windows 10 with nano on a ubuntu jammy. It's very annoying/unfortunate to have...
~~How about certbot just keeps/remembers **any** suffixed keywords after listen? They were there before for a reason~~ ignore me, would fail https://github.com/certbot/certbot/issues/6118
+1 ~~(I worked-around that using fork: [oxisto/dockenstack](https://github.com/oxisto/dockenstack))~~ failed