Grzesiek11
Grzesiek11
thcrap doesn't find EoSD (and probably any other game, I can't test this though) when running in Wine. I point it to `Z:\mnt\data\programy\gry\touhou\windows`, which maps to `/mnt/data/programy/gry/touhou/windows` on my system,...
I cannot pass a variable from a child template to it's parent. I have this in `child`: ``` {% extends "parent" %} {% set foo = "bar" %} {% block...
**How would this feature be useful?** It would allow users to install programs that need additional packages in their setup.py, for example [Overviewer](https://github.com/overviewer/Minecraft-Overviewer/blob/master/setup.py). **Describe the solution you'd like** Add an...
It's possible for at least the Wayland and X11 platforms to report mouse button codes above the 8 named by GLFW. There is however an arbitrary limitation in place that...
The Keyboard Non-US Slash Bar (USB HID Usage Name) key seems to be mapped to different key tokens across platforms - depending on the platform, it's either `GLFW_KEY_WORLD_1` or `GLFW_KEY_WORLD_2`,...
On Windows, keyboard events with an extended 0 Windows scancode are now processed by mapping the virtual-key code to a Windows scancode using the Win32 [`MapVirtualKey`](https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-mapvirtualkeya) function. Some keyboard scancodes...
### Steps to reproduce 1. Connect to a local network over WiFi. 2. Launch Element. Observe if it can connect to the server. 3. Switch connection to mobile data. Observe...
**Is your feature request related to a problem? Please describe.** The `virtio-win-gt-x64.msi` and `virtio-win-gt-x86.msi` installers are in the root directory of the ISO filesystem, even though they don't install all...
Switches to the new slash commands API, as the old one is no longer functional. Fixes #412. --- The `GUILD_APPLICATION_COMMAND_INDEX_UPDATE` event is currently not handled, so if an application updates...
The plugin prevents Discord from replacing emoji with images, leaving it up to the browser to render them. 