Prototype

Results 4 issues of Prototype

Gradle API CFR version implementation 'org.benf:cfr:0.152' Compiler 18.0.2.1 Description: `SinkReturns#Decompiled#getPackageName()` return empty string for `jar\META-INF\versions\9\module-info.class` Something like was expected output: ``` Package [META-INF\versions\9\] Class [module-info] Package [com.prototype.toolkit] Class [Constants] ```...

bug

``` @JsonInclude(JsonInclude.Include.NON_EMPTY) public class OrderDTO { @JsonProperty("id") Integer id; @JsonProperty("code") String code; @JsonProperty("number") String number; @JsonProperty("name") String name; @JsonProperty("statusId") Integer statusId; @JsonProperty("date") Instant date; @JsonProperty("files") List files; } ``` Response:...

### What happened? I don't understand how to set the value from props to useField. When trying to find out, I came across the maintainer's answer, [where he recommends using...

feat: support item enchants and experimental serialize item meta perf: some performance things chore: code refactor