Airyzz

Results 38 issues of Airyzz

### Description Adds support for new languages as per #164 Adds i18next, i18next-browser-languagedetector, i18next-http-backend, react-i18next as dependencies #### Type of change - [x] New feature (non-breaking change which adds functionality)...

### Description Adds the ability for a user to append their local time zone to the room state. In direct messages, Cinny will display the local time of the user...

### Description Adds the ability to add a custom handler for links. Allows for handling matrix.to requests inside Cinny as per #778. It also attempts to invoke a function through...

### Description Adds the ability for the Tauri backend to handle the opening of links. This allows for certain links to be opened in a specific application, as well as...

**Material Maker version:** [1b32348](https://github.com/RodZill4/material-maker/commit/1b323482ca5784c9cf21c7183f0d101274e0841d) **OS/device including version:** Pop!_OS 22.04 LTS **Issue description:** When loading a ptex file, some image files are not loaded correctly. The images will still show on...

bug

In a production environment, writing custom scripts to integrate software with a studio pipeline is often required. For the most part, all we need to do is load a scene...

**ArmorPaint version:** 10alpha_linux64 **OS/device including version:** Pop!_OS 22.04 LTS, NVIDIA 3070 **Issue description:** Cannot open the app, says: ``` ./ArmorPaint: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by ./ArmorPaint) ``` I...

bug

When getting the current time with `time.Now()` we get back incorrect time. I assume this is because tinygo isn't accessing the system clock properly. Could it be possible to have...

Hi, I was testing performance for webGL games with this and it was running very slowly. For the test I used [this demo](https://menacingmecha.itch.io/godot-psx-style-demo) and was only able to achieve about...

in [CefSharp](https://github.com/cefsharp/CefSharp/blob/master/CefSharp/CefCustomScheme.cs), there is support for registering a custom schema hander for fetching resources like `custom://cefsharp/assets/css/style.css` This would be useful for serving application resources without having to write files to...

enhancement