Jonathan Gilbert
Jonathan Gilbert
**Is your feature request related to a problem? Please describe.** When doing a partial substitute, overriding a method with `.Returns(..)` implicitly suppresses any invocation of the base method implementation. But,...
Steps to reproduce ------------------ ```powershell Register-PSRepository -Name iQmetrix -SourceLocation "https://pkgs.dev.azure.com/iqmetrix/_packaging/iqmetrix/nuget/v2" -PublishLocation "https://pkgs.dev.azure.com/iqmetrix/_packaging/iqmetrix/nuget/v2" ``` Expected behavior ----------------- A new PSRepository registration called `iQmetrix` is created. Actual behavior --------------- ```none PS C:\code\PowerShellGet\src\code>...
I am trying to use the tool to automatically align two point clouds that have a lot of overlap. Unfortunately, I cannot release the point clouds for privacy reasons, but...
### Describe the bug I have a third-party server that is extremely picky about its requests, and a certain social platform that shall remain nameless insists on injecting extra query...
Certain G code commands (such as Marlin's G29 T) produce output that assumes it will be presented with a fixed-width font. In order to do this I had to run...
I have a project where I am patching a bug in the WPF TreeView class by replacing one of its non-public methods with my own implementation. I am installing this...
After encountering errors doing model binding to array types, I investigated the root cause and decided to fix it. It looks like JsonNetBodyDeserializer.cs creates a separate instance of the target...
### Prerequisites - [x] I have written a descriptive issue title - [x] I have verified that I am running the latest version of Nancy - [x] I have verified...
I have no easy way to test this... yet. I am working on some code that will eventually be integrated with B2. But, I need this functionality -- the ability...