Daniil Iastremskii

Results 6 issues of Daniil Iastremskii

This PR should fix issues with fonts (except CJK characters). Font taken from here: https://developer.apple.com/fonts/

In original setup assistant selector in first tab contains countries, however, fake version contains languages. Should changing language also change language of other text on a page? Or there should...

### Expected behavior When using `.as` method together with row value expressions, column alias should be added to the query. ### Actual behavior In case of using `row().as()`, the alias...

T: Defect

### Expected behavior When selecting an OffsetDateTime value using row value expression, the result is the same as selecting without `row()` ### Actual behavior When using `row()`, the end result...

T: Defect
C: Functionality
P: Medium
E: All Editions

This PR suggests adding an option to print PDF from blob downloaded elsewhere in the application. This is useful to have a better separation between downloading the document and printing...

By default, Kanadi omits all `null` values from the event JSON when publishing events because of [the default configuration](https://github.com/zalando-nakadi/kanadi/blob/0bf825533ace33d891ab96d3b0d11acd0fb24b89/src/main/scala/org/zalando/kanadi/api/package.scala#L25). For example, when using a schema like ``` { "$schema": "http://json-schema.org/draft-07/schema#",...