Toma400
Toma400
This is so annoying. I experienced this bug too, but it simply does swap my selected item in inventory instead of typing in JEI, and reversely - when I try...
I agree. At the time of 1.16 (and especially with coverage of KaupenJoe) it was pretty clear how to work with mappings, but nowadays I find it fairly difficult to...
Additionally I'd say that even if OOP-friendly approach isn't planned, it'd be nice to at least have an option to get index of `list[str]` passed for `.selected_option`. Because retrieving `str`...
I see, unfortunately UISelectionList `.get_single_selection` is still returning this `Visible string` element instead of ID.. is there a way to get the ID instead? Because this is literally the only...
Okay, so for anyone crossing this issue by, I made small workaround: ```py def getCurrentID(slist: UISelectionList) -> str or None: """Retrieves ID from UISelectionList selected element""" for item in slist.item_list:...
I so wish this PR gets merged, but seems like this repo is not being worked on since 2022 :
Oh yeah, I think all those three are related: [crash-2023-08-06_21.40.38-server.txt](https://github.com/AlexModGuy/Rats/files/12740299/crash-2023-08-06_21.40.38-server.txt) [2023-08-06-1.log.gz](https://github.com/AlexModGuy/Rats/files/12740306/2023-08-06-1.log.gz) [crash-2023-09-14_11.04.01-server.txt](https://github.com/AlexModGuy/Rats/files/12740301/crash-2023-09-14_11.04.01-server.txt) [crash-2023-09-14_10.53.30-server.txt](https://github.com/AlexModGuy/Rats/files/12740300/crash-2023-09-14_10.53.30-server.txt)
Thanks for honest reply! I wish I knew more about programming/libraries/Nim, so I could make them myself and PR through. For now I will stick with ComboBoxes, and if time...
Can confirm, .mp4 does not have sound for me, and `auto` actually sets the output to be .webm instead of .mkv in my case. However there's neat way to make...
If there was possibility of adding "stop" element with smooth ending (so sound would decrease volume till it stops fully), instead of sharp "stopping" the sound in such cutting manner,...