olegshtch
olegshtch
Could be enabled for jackson2 with annotation: ```java @JsonFormat(shape=JsonFormat.Shape.ARRAY) ``` Should generate typescript tuple.
Allows to use generate extends bound on generic types.
I've prepared test suite based on https://json-schema.org/draft/2020-12/json-schema-core.html#recursive-example in https://github.com/json-schema-org/JSON-Schema-Test-Suite/pull/521 Currently it fails with NullPointerException: ``` java.lang.NullPointerException at net.jimblackler.jsonschemafriend.Validator.validate(Validator.java:95) at net.jimblackler.jsonschemafriend.Validator.validate(Validator.java:179) at net.jimblackler.jsonschemafriend.Validator.validate(Validator.java:76) at net.jimblackler.jsonschemafriend.Validator.validate(Validator.java:412) at net.jimblackler.jsonschemafriend.Validator.validate(Validator.java:76) at net.jimblackler.jsonschemafriend.Validator.validate(Validator.java:505) at net.jimblackler.jsonschemafriend.Validator.validate(Validator.java:156)...
Before update I could save cookies to CSV file as is and restore them from the file by creating Dict and populate it with created cookies. Now I had to...
Currently it impossible to see whole time tracker information about user if there multiple projects. Could you add a page to show this based on user like it shows now...