wisemoth
wisemoth
Thanks @peterfoot . Your question actually just prompted my to try the `net461` dll in the `nupkg`, and that works. The problem I mentioned was when I had imported the...
@gleich I'm afraid not - I ended up drawing the UI in landscape mode, but would still prefer to run in portrait mode if that became possible.
@Wikinaut Is your vlc-radio patch available? I just set up an old Pirate radio with the stock Pimoroni software. All working OK - but I was thinking of the exact...
We shouldn't need to write functions to better understand command help/parameters. In this case I saw `-Disconnect` for `invoke-command` mentioned in an article, so I wanted to find out more....
I have some code that does this. It can be quite a small change; eg: ``` diff --git a/JiraPS/Public/New-JiraIssue.ps1 b/JiraPS/Public/New-JiraIssue.ps1 index ee2bece..6e2dd9d 100644 --- a/JiraPS/Public/New-JiraIssue.ps1 +++ b/JiraPS/Public/New-JiraIssue.ps1 @@ -3,10 +3,12...
Blocking operations that cannot be `Ctrl-C`'d can make some interactive use of Powershell quite frustrating (eg when developing/trialling sockets)
> Powershell cannot abort many operations including standalone executables like `ping` or `ssh`. It needs a method to forcibly terminate programs for better usability even if programs have not implemented...