Siarhei Siamashka
Siarhei Siamashka
> Would it be possible to make sunxi-fel distinguish between "transfer error" and "execution error" ? Most likely not. It's similar to having a server in the Internet. If it...
The best way to resolve this is to look into the Allwinner kernel sources from their BSP. It does have a script.bin parser, so we can improve sunxi-tools to support...
Yes, the workaround needs to be at least changed to branch over the corrupted location. The description at https://github.com/linux-sunxi/sunxi-tools/blob/ce9cf33606492076b81e1157ba9fc54b56379335/fel-sdboot.c#L41-L50 also needs to be updated. It did accurately state the facts,...
This old pull request did not seem to have moved anywhere and now even can't be applied to the current git. Should we just close it?
The [joysticks](https://github.com/glfw/glfw/blob/master/tests/joysticks.c) test program from https://github.com/glfw/glfw shows the following for my PS3 controller in Linux in an idle state (no buttons are pressed):  The sliders in the leftmost state...
> I would suggest that the configuration section for Windows and Linux joysticks is either kept separate or autodetected if such a thing could be possible as well. I believe...
How can I confirm the fix? The newly pushed commit 6ad0ee86c6c43736311cc6c00802ba825a13f806 does not help.
Hmm, the v0.98.2 build was released before this regression. I have updated the first comment in the bugreport.
I'm still reproducing the bug in both Linux and Windows after cloning https://github.com/ikemen-engine/Ikemen-GO https://github.com/ikemen-engine/Ikemen-GO/commit/6ad0ee86c6c43736311cc6c00802ba825a13f806 and https://github.com/ikemen-engine/Ikemen_GO-Elecbyte-Screenpack/commit/324dfc956f1e95a8bd5b49707c25a842c2f8ed2e from git, combining sources and screenpack in the same directory, compiling Ikemen-GO and running...
Now it works fine. Thanks! Would it be possible to update `go.mod` in git to include the glfont fix?