Peter Schott
Peter Schott
When using Youtube w/ the latest control center and FF 56 on Windows, "disable autoplay" doesn't seem to be working. I have "auto play video" set to false, but all...
### Verified issue does not already exist? Yes ### What error did you receive? Started getting "unable to load DLL 'Microsoft.Data.SqlClient.SNI.dll' " errors w/ dbatools in pwsh when trying to...
**Is your feature request related to a problem? Please describe.** I often download a bunch of files from Humble Bundles, especially e-books or comics. The filenames default to whatever Humble...
**Is your feature request related to a problem? Please describe.** We recently turned on RSA for multi-factor Auth on our Rubrik server. There doesn't seem to be any support for...
We see this in the Get-Help: -------------------------- EXAMPLE 4 -------------------------- PS C:\> Export-DbaBinaryFile -SqlInstance sqlcs -Database employees -Table photos -Query "SELECT [FileName], [Data] FROM [employees].[dbo].[photos] WHERE FirstName = 'Potato' and...
When using the Gutenberg editor, putting in a shortcode for gistpress results in an HTML-formatted short-code. That results in large amounts of whitespace in the embedded Gist. ## Expected Behavior...
https://github.com/RichieBzzzt/PoshSSDTBuildDeploy/blob/c61247e476d0842496d66af00479607252dee846/PoshSSDTBuildDeploy/Functions/InstallMicrosoftDataToolsMsBuild.ps1#L68 Somewhere around here, the PS code isn't honoring spaces in the path. This is where I get the error about the nuget install hasn't worked on our build box....
I tried to use this to install the VS Build Tools. It downloads the install EXE, but never goes any further. I can run the EXE and install the Build...
I can build packages like this through the VS IDE without needing to populate "correct" values for the parameters. I should be able to build packages through the tool. I...
When trying to run the example, I ran into the .user file issue. I "fixed" that by opening the file in VS and building it once there, though that really...