Andrea Edin Tonsi

Results 61 comments of Andrea Edin Tonsi

Hi, i tried following the openwrt tutorial linked, but obviously some samba package is already installed and clashes with the one in the tutorial: ```log Configuring samba36-server. Collected errors: *...

yes, there is no `smbpasswd`, but if i install `samba36-server`, then there is: ``` root@modemtim:~# smbpasswd Usage: smbpasswd [options] Options: -s read password from stdin -a add user -x delete...

Hi, this happened again (on v9.5.38 this time) with different cards: the 'device' card took over the 'local network' card. My guess it's that there's some flaw in the cards...

Here i posted a workaround leveraging a temp file: [aetonsi/pwsh__StartProcessWaitRedirectToStream](https://github.com/aetonsi/pwsh__StartProcessWaitRedirectToStream/commit/d4c4b51c50d9c2840199ba800913608c68c62d61)

I need my command to be run in a separate window, that's why i resorted to `start-process`. Is there some other way?

@mklement0 Mmh i see, that would be cool. Not the same as what i was picturing (`-RedirectStandardOutputToStream 1` would print to the success stream, and you _could_ capture it in...

> You can already capture output with just invoking the exe today Yes but AFAIK you cannot start a process _in a new window_, _wait_ for it and capture the...

> Why would you want to, that would mean you have a blank window with no output. When you redirect a std pipe in a process you cause that output...

Just to add to the discussion, i personally resorted to calling the internal .NET function in case of error. Importing `Microsoft.PowerShell.Utility` or setting `PSModulePath=` didn't work for me. ```powershell try...

Hi, [the issue](https://github.com/microsoft/vscode/issues/161760#issuecomment-1257861040) i submitted to microsoft/vscode reports a bug in the pasting routine, and i've been redirected here. Briefly: If the text is pasted via right-click, it breaks up...