Daniel Niccoli
Daniel Niccoli
I know this functionality by FireGestures for Firefox. It give me the ability to switch to the previous/next tab when scrolling the wheel. I need that badly :)
## Question At 99 % file transfer FAILS with this message: xfer: unable to receive block from sender When restarting the xfer, it downloads a few bytes and fails again....
On Windows, .NET 6 is putting application data directly in the user profile at `$env:userprofile\.dotnet`. This violates Microsoft recommendations for Windows operating systems and should be moved to the recommended...
The following code makes PSScriptAnalyzer report AvoidDefaultValueForMandatoryParameter. For one parameter set, the parameter is optional, so having a default value may be desired and should not throw a warning. ```PowerShell...
This module should support pipeline input where possible. ```powershell Get-MgUser -UserId e5c3398d-6401-4dd6-bb87-6d3f95499aef | Get-MgUserLicenseDetail Get-MgGroup -GroupId 0f764d03-afb6-45cd-a720-84708fc0d5dc | Get-MgGroupMember | Get-MgUser ``` [AB#7446](https://microsoftgraph.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_workitems/edit/7446)
Would it be beneficial to add f-strings to this cheat sheet? I hope this is not vastly out the website's focus. ``` >>> import datetime >>> name = 'Fred' >>>...
Our server names contain hyphens. This breaks the Azure DevOps automation in a specific way. When [the release pipeline script](https://github.com/dsccommunity/DscWorkshop/blame/0f25496945d2b83282ad27375cb8c061ebaad3a8/Exercises/Task3/Exercise4.md#L72) is triggered, that uploads the MOF files to Azure, then...
File https://github.com/dsccommunity/DscWorkshop/blob/dev/DSC/Build/Tasks/VersionControl.ps1 causes a "corruption" in the version number. It replaces the [PATCH version](https://semver.org/) with the release version. This leads to a version number on the server, that is different...
> Depending on the DSC resources that you use in this composite, you can make use of Datum's cmdlet `Get-DscSplattedResource` or its alias `x` https://github.com/dsccommunity/DscWorkshop/blame/dev/Exercises/Task2/StretchGoal.md#L71 `Get-DscSplattedResource` is no longer part...
I chose not to use environments and locations. I deleted all environment and location YAML files and removed the keys from my node. I moved the node to the `AllNodes`...