Christian Liberto

Results 7 issues of 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:...

bug
v4

### 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...

enhancement

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() {...

enhancement
idea

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...

enhancement

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...

documentation
question