HelloOO7

Results 6 issues of HelloOO7

These guidelines refer to a wiki page of known issues. As these cannot be merged via a PR, you should make a new wiki page called "Known Issues" from [this...

In case this is still alive, the compilation fails on the RPi 3, similar to [this issue](https://github.com/thp/apkenv/issues/71) with: ``` In file included from compat/gles2_wrappers.c:4:0: /opt/vc/include/GLES2/gl2.h:49:26: error: two or more data...

Using your guide in the ODROID magazine, I've set up a gl4es environment for Mono based games (Stardew Valley to be precise, I am not expecting it to run good,...

The program can't open and just says: Cannot convert "C:\Users\Čeněk" to UTF-16

Suppose a class hierarchy like this: ```Java public record Record(Field field) { } @JsonTypeInfo(use=JsonTypeInfo.Id.NAME, include=JsonTypeInfo.As.PROPERTY, property="@class") @JsonSubTypes({ @JsonSubTypes.Type(value = StringField.class, name = "string"), @JsonSubTypes.Type(value = IntField.class, name = "int") })...

This fixes #248 (see tests). As far as I could tell, the non-default ValueInstantiators do not have access to a DeserializationContext when created, so there's a fair bit of redundancy...