Pere Viader

Results 5 issues of Pere Viader

**Describe the bug** When using keeweb on iOS with safari directly everything works properly. But when using it from the Home Screen as an "app", sometimes the keyboard does not...

bug
web
mobile

Add new functionality to filter possible serialized types ``` interface IInterface { } [SelectImplementationTag("Potato")] class A : IInterface { } [SelectImplementationTag("Banana")] class B : IInterface { } public SomeClass :...

enhancement

**Describe the bug** The Godot namespace should only be used by the godot engine. **Expected behavior** As a custom library, the code should lie on some other root namespace.

**Motivation** The upscale node does not display all upscalers available on the user system. The user may wish to use extra upscalers that have been manually installed and thus chaiNNer...

**Information:** - Chainner version: 0.24.1 - OS: Windows 11 **Description** Use upscale node on an image of size 532x400 Upscale to size 2720x2048 ![image](https://github.com/user-attachments/assets/b37baad6-c089-4d85-bc87-7c619f18c7cb) **Logs** ``` Error An error occurred...

bug