Daniel Schroeder

Results 69 comments of Daniel Schroeder

Still not working with FF 17 either.

After a bit more investigation, it seems that after I remove my Azure Artifacts PSRepository (which requires credentials to access) from the Windows Server 2012 machine, then `Find-Module` and `Install-Module`...

After some more digging, it looks like the problem actually [occurs when calling `PackageManagement\Install-Package` here](https://github.com/PowerShell/PowerShellGet/blob/development/src/PowerShellGet/public/psgetfunctions/Install-Module.ps1#L163), so I believe the root issue is in [the OneGet PackageManagement repo](https://github.com/OneGet/oneget), not this one....

Until this issue is properly addressed by PowerShellGet, I've created [the AzureArtifactsPowerShellModuleHelper PowerShell module](https://github.com/deadlydog/AzureArtifactsPowerShellModuleHelper), which is available on [the PowerShell Gallery here](https://www.powershellgallery.com/packages/AzureArtifactsPowerShellModuleHelper). Basically as long as you have the VSS_NUGET_EXTERNAL_FEED_ENDPOINTS...

Hey @colindembovsky the PR to add zip file support is up :) You'll want to pull down the branch and run the test to make sure it works as expected...

@colindembovsky any chance you've had time to take a look at the PR yet? I also see a number of other PRs waiting to be merged in, most of which...

Same problem here. I have a laptop with 3 external monitors, but Carnac only ever shows key presses on the laptop (primary) screen.

I went to go ahead and make this change, but it looks like the signature I would use is already in use: `public static string Expand(this string source, params object[]...

I recently had this problem, and it was due to ReCaptcha. It turned out that I encrypted my ReCaptcha `secret` with the public staticman instance, so then obviously my private...

I agree that some other peeps should be given Contributor access. I love that you created this @eduardoboucas , but it seems you haven't been able to keep up with...