Lenni0451

Results 7 issues of Lenni0451

I am using the latest version (2.11.0) of Bytecode Viewer. This started happening with version 2.10.10. ![grafik](https://user-images.githubusercontent.com/20379977/153895793-09fe9e5e-c5fd-4842-a234-a11ff4341ce6.png) When resizing the window this happens: ![grafik](https://user-images.githubusercontent.com/20379977/153896103-3542ca00-64e6-404d-804c-19bad5845709.png) Things start showing again when I...

Bug

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...

### Current Behavior I have these values in the config file: ![grafik](https://user-images.githubusercontent.com/20379977/177615449-df295039-8191-48b4-9e5a-077892fd5cdc.png) After starting the server the config values **y** and **n** are replaced with **"true"** and **"false"** like shown...

not confirmed

There is no binding for ImGui::TableGetSortSpecs(). https://github.com/ocornut/imgui/blob/master/imgui_demo.cpp#L5081

api
missing binding

Fix for the sky gradient being broken. The view distance for the sky gradient is clamped between 2 and 32. This is a fix for #62 and #151. Before: ![Before](https://github.com/MCRcortex/nvidium/assets/20379977/4a61798c-4a95-47ca-9b91-03720d9c9492)...

When joining a server the JVM sometimes crashes. This happens ever 1-3 days and is never consistent. JVM crash dump: https://haste.lenni0451.net/ajohamesat.yaml Nvidium Version: 0.1.15-alpha

Greatly improved the cursor movement using the keyboard in multiline textboxes. Support for: - quickly jumping over words (ctrl + direction) - quickly selecting words (ctrl + shift + direction)...