RalfReddings
RalfReddings
@denelon Hey thanks, I installed the new version you mentioned and tested. I just wanted to confirm that it too is suffering the same issue. Get-Module -name *wing* ModuleType Version...
I am getting the same error when I run `Get-WinGetPackage`: ``` Get-WinGetPackage: An error occurred while connecting to the catalog. ``` I hope this gets fixed soon. Cheers.
> As a workaround, you can explicitly specify the source: > > ```powershell > Find-WinGetPackage -Name Adobe -Source winget > ``` > > The result will be like this: >...
@mikedld The "Open torrents form URL or magnet link" dialog is opened, the dialog belongs to an existing Transmission instance that was minimised. No new transmission instance is created. Tested...
Me and my friend are on AHK V1 and can confirm that the update has broke it too. Any chance of a fix for V1 too?
Hey, I dont follow you. Do you want me to provide my PowerShell version? ````` Name Value ---- ----- PSVersion 7.4.0 PSEdition Core GitCommitId 7.4.0 OS Microsoft Windows 10.0.22621 Platform...
@cdhunt that did it!. and now I can just use `invoke-generate` straigth away, even with new terminals. Very strange. Thank you though!
I am having the same issue as well Maya 2024.1 on Windows 11 Any word from the developer on this?
Sounds great! Cheers.
That is so nice. I tried running it in the consle but it throws an error: ``` browser.tabs.query({currentWindow: true}) .then(tabs => console.log(tabs.map(i => [i.title, i.url, i.favIconUrl].join('\n')).join('\n\n'))) .catch(console.error); Uncaught ReferenceError: browser...