Christian Liberto
Christian Liberto
I implemented an initial draft of how a ByteArrayFormatHandling setting could look. This allows users to configure if byte arrays should be serialized as Base64-encoded string (default) or as JSON...
**Describe the bug** I tried running the sample from https://mikefarah.gitbook.io/yq/v/v4.x/operators/create-collect-into-object#wrap-prefix-existing-object in PowerShell but I can't seem to get it to work. Version of yq: 4.6.1 Operating system: windows Installed via:...
### Description When testing that some code should throw an exception the generated error message is not very helpful (especially when using `.And`). ### Complete minimal example reproducing the issue...
As far as I know currently when using an alias the properties applied to the alias are applied to the root object of the alias, e.g. ``` alias SuperExpander() {...
I noticed that NuGetReferenceHintPathRewrites assembly references but does not rewrite the imports and the "EnsureNuGetPackageBuildImports" targets that are generated by NuGet when a NuGet package that contains a ".targets" file...
Currently when running the following code: ```cs var d = new Dictionary { ["a"] = 5 }; var e = new Dictionary { ["a"] = 7 }; d.Should().BeEquivalentTo(e); ``` The...
I would really like some more detailed configuration. Especially as it comes to "plugins" (configuring them, creating them, etc.). With the current documentation I'm not sure if the project is...
Hi! Since jQuery is not really state-of-the-art anymore is there any chance there will be a jQuery-free version of select2? Maybe as a fork? I know it's asking a lot...
### Checklist - [x] Feature request has a meaningful title - [x] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [x] I have tested using the latest version...