myin
myin
Did you generate the keystore with java 8? Apparently the version of the apksigner and the version used to generate the keystore has to match.
I think you just have to set the environment variable `JAVA_HOME` to a different directory with java 8.
My bad, it isn't just setting `JAVA_HOME`. You have to use the `keytool` scripts of the correct JDK to use a different version. So in your case it should be...
GitHub build should also work, they are just not documented I think. All the necessary dependencies and settings should already be set in the Dockerfile. I am currently trying it...
Just some information. I don't think there is any problem with the docker image or godot headless itself. Because I tried building it locally with this image using docker and...
@Calinou Seems like it is still happening. I changed it to the latest version but the newest is 3.2.3 anyway so I think nothing changed since last time. I used...
This is a bug in https://github.com/google/material-design-icons/issues/302
I fixed this issue by providing the service using factory. But another problem is that the fixture is not updated in jest when async code is finished. Do you also...
I think I solved this in my launcher by also saving the class name so I know which exact App to start.
This is one of the lines in the `pg_stat_statements` table in Postgresql v13.1 using this query: `SELECT * FROM pg_stat_statements LIMIT 1;` ``` userid | dbid | queryid | query...