Jianyun
Jianyun
@BrucePay I no longer can repro after applied your fix for the particular repro case: ``` PowerShell 1..100 | foreach{write-progress -id 1 -activity foobar -status busy -percentcomplete $_; sleep 1}...
Hi @daviwil :) glad to see you here. I have somewhat related question. I may have to modify [winpty.cc](https://github.com/Tyriar/node-pty/blob/master/deps/winpty/src/libwinpty/winpty.cc#L499) to let it take user cred. After modifying it, I need...
Sure thanks @Tyriar . BTW, I figured it out. The easy way to build winpty stuff on windows is [here](https://github.com/chjj/pty.js/issues/60).
Yes. Here are 4 lines to build it on my local box. ``` npm install -g node-gyp npm install --global --production windows-build-tools cd c:\\node_modules\node-pty node-gyp.cmd to rebuild ```
@davidobrien1985 we currently have no plan to convert them. But we welcome and appreciate contributions from the community. Feel free for PR if your modules are ready.
see example: https://github.com/PowerShell/PackageManagementProviderResource/blob/master/Examples/Sample_PSModule.ps1
@gaelcolas. We welcome contributions from the community, i.e., accept PR. You are right. We do not have OneGet-Chocolatey provider yet.
Bob, thanks for reporting it. Based on the log, it looks like the PowerShellGet (PSModule) provider is asking OneGet to bootstrap the NuGet provider. PowerShellGet uses the NuGet provider for...
@JasonMorgan, Thanks for your feedback. It's in my backlog to update this project. We may add a generic resource for all the providers.
@JasonMorgan, I do see some similarity btw these two repo. I think it's good idea to merge. would you mind to do that? We welcome and appreciate contributions from the...