Fox2Code

Results 8 issues of Fox2Code

## Update fernflower decompiler The current version of FernFlower shipped with Recaf doesn't support Java17 I Would like it to be updated if possible. Or if not use a fork...

enhancement

I'm planning to add a config system for those who don't want to worry about making an UI or don't want to add an APK to the system. I want...

enhancement
help wanted
question

There are really still some servers on this version https://howoldisminecraft1710.today/

Name: DateGPT Goal: Give the current date Logs: ``` Embarking on a new goal:Give the current date Thinking...(Restart if this takes more than 30 seconds) Added task:Retrieve the current date...

bug

This match the behavior of `sCompatibilityRestore` for app targeting android 5.1 (sdk 22) and earlier. Reference: [Canvas.java](https://github.com/LineageOS/android_frameworks_base/blob/lineage-19.1/graphics/java/android/graphics/Canvas.java) from LineageOS 19.1 (Other ROMs should be the same) This will also help...

Mono logs: ``` Unhandled Exception: System.TypeLoadException: Could not resolve type with token 01000046 from typeref (expected class 'System.Runtime.InteropServices.IDynamicInterfaceCastable' in assembly 'System.Runtime.InteropServices, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a') at MinecraftInstaller.App.Main () [0x0007d] in :0...

Reference upstream Wine: https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/winewayland.drv/wayland.c?ref_type=heads#L274 Reference Valve/Proton Wine: https://github.com/ValveSoftware/wine/blob/proton_9.0/dlls/winewayland.drv/wayland.c#L272 Wayland protocol: https://wayland.app/protocols/pointer-constraints-unstable-v1 https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml I know both Louvre and the Wine Wayland drivers are in it's early stages, I am just making...

This is very silly, GTK support KDE protocol for decoration, but not the XDG one. Relevant code: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/wayland/gdkdisplay-wayland.c Searching for `xdg_decoration` in the entire project result in nothing Checking for...