MinusGix

Results 67 issues of MinusGix

This is an issue relating to poor performance that occurs when having certain layout setups. Not entirely sure that this is a result of linear layout but it is a...

On these pages: - https://whs-dev.surge.sh/examples/#/physics/Performance/sticks - https://whs-dev.surge.sh/examples/#/Modules/DatGUIModule/Mesh - https://whs-dev.surge.sh/examples/#/Modules/PostProcessorModule/basic-glitch - https://whs-dev.surge.sh/examples/#/Modules/VRKit/VR2Module - https://whs-dev.surge.sh/examples/#/Modules/VRKit/VR2Module And several more, there is a missing WHS.js file and several other js files missing. Instead of...

```rust fn main() { let matcher = SkimMatcherV2::default(); let text = " üäö "; // [(0, ' '), (1, 'ü'), (3, 'ä'), (5, 'ö'), (7, ' ')] println!("{:?}", text.char_indices().collect::()); println!("{:?}",...

This is mostly an issue for discussing how channel claiming should work. **General Idea**: The general idea behind claiming channels is to allow for better formation of sub-communities that have...

enhancement
question

I believe it's a goal to eventually give each error/warning a specific identifier so that they can be more easily detected properly by clients. (I'll be calling these 'errors', but...

enhancement
question

`[Render thread/WARN] [mixin/]: @Redirect conflict. Skipping expandability.mixins.json:swimming.client.LocalPlayerMixin->@Redirect::setUnderWater(Lnet/minecraft/client/entity/player/ClientPlayerEntity;)Z with priority 1000, already redirected by randompatches.mixins.json:client.keybindings.ClientPlayerEntityMixin->@Redirect::isSubmergedInWater(Lnet/minecraft/client/entity/player/ClientPlayerEntity;)Z with priority 1000` Expandability: https://github.com/florensie/ExpandAbility/blob/48aba94bfe57fce0be825ad0fd9597bda6cef9a8/common/src/main/java/be/florens/expandability/mixin/swimming/client/LocalPlayerMixin.java

![image](https://user-images.githubusercontent.com/13157904/188339734-b7f2442a-9991-448f-838f-a6e574cd4967.png) This makes so the bottom panel can't be resized past the title or editor-header.

A-ui

When you have multiple panels split on one side, it would be nice if you could resize them to proportions that you desire.

C-feature
A-ui

Currently the split editor button splits the editor to the right when clicked. However, when pressing shift and clicking it, it should open downwards instead. As well, it would be...

C-feature
A-ui
A-editor

After an issue where my hard drive was full (leading to issues with saving), and I fixed it, starting lapce in a folder I had open before, I get: ```bash...

C-bug
A-editor