Franklin Yu
Franklin Yu
It's easier to implement this as an argument to `Start-Process` like ```powershell Start-Process main.exe -Environment @{ FOO = 'bar' } ``` The source code is in https://github.com/PowerShell/PowerShell/blob/0cc1f06be4c2f5f46852fec65549eb9260555298/src/Microsoft.PowerShell.Commands.Management/commands/management/Process.cs#L1574-L1579 This syntax also...
@msc- You mentioned > However when Xcode is auto-started during login it still fails to receive the inherited environment. This depends on how you "auto-start" Xcode. Applications started by "Preferences...
Is there a simpler setup guide for Ubuntu if I don't need a cluster? I only have one server that host both the database (RethinkDB) and the web application. I...
I also need this feature to check about an HTTP 303 response. From this thread as well as https://github.com/PowerShell/PowerShell/issues/6157#issuecomment-365796222 there seem to be at least two solutions: 1. Provide an...
That’s true. Meanwhile I thought there might be some Xooglers missing the monorepo.
This hasn't been implemented yet, has it?
@vRallev IIUC CentOS is from RHEL, which is cut from Fedora. Now that tokei is already in Fedora, it will probably in next RHEL, thus next CentOS. Is there any...
### update Sorry for the spam. I wasn’t aware that this error message is about `warn_nested_var` instead of `warn_create_global`. z-sy-h works perfectly under `warn_create_global`; I guess I’ll simply disable `warn_nested_var`....
Even restart doesn't work for me. I'm on Windows, if it matters.
@emoruzzi Is this supposed to be a mac-only issue? I’m experiencing same issue on Windows 10.