Ivan Greene

Results 34 issues of Ivan Greene

A nice feature would be an indication that a link will open in a new tab, and being able to control that behavior (maybe using uppercase to open in the...

**Describe the bug** String interpolation (with `\(expression)` syntax) doesn't work. The expression and surrounding `\()` is printed literally in the resulting string. Version of yq: 4.22.1 Operating system: mac Installed...

enhancement
v4

If wanting to connect to a local ZooKeeper on 2181 outside of the docker container, we cannot use network: host mode. Here is how I was able to get around...

Currently the compatibility policy of a schema can only be set during the initial registration of a schema with this fullname. It will be convenient at times to adjust that...

question

Some Avro users may wish to extend GenericData/SpecificData, for example to configure a set of logical type conversions or to add handling for custom types. Many Avro methods and class...

enhancement

When using yaml-roundtrip, the style of blocks is preserved, but the indentation and position of line breaks is not. Example: `test.yml`: ```yaml test: > Lorem ipsum dolor sit amet, consectetur...

## Description Since #813, there is support for the 3 modes of `\pset pager`: on, off or always. However there is no way to configure 'always' from the pgcli config...

## Expected Behavior (Mandatory) Calling `streams.sink.start()` should start the sink, regardless of whether the results are iterated ## Actual Behavior (Mandatory) The sink is not started unless the results are...

bug

## Feature description (Mandatory) At debug log level, payload data of messages is logged out in some places. It would be nice to have a way to both have debug...

The CSV feature `CsvParser.Feature.FAIL_ON_MISSING_COLUMNS` does not work as expected when using a typed CsvSchema with `withColumnReordering(true)`. If a column appears in the POJO, but not in the file, no failure...

csv
need-test-case