Kerbiter

Results 50 issues of Kerbiter

### Describe the bug 🐞 `WaitForDispatcherScheduler` silently breaks because apparently the dispatcher is either not created at all or not created before ElementHost appears. As a result all my `.ObserveOn(RxApp.MainThreadScheduler)`...

bug

**What kind of change does this PR introduce?** Bug fix? **What is the current behavior?** Originally the `InitializeReactiveUI` function didn't account for order of passed registration, because the allowed namespace...

### Describe the bug 🐞 ``` Error CS0121 : The call is ambiguous between the following methods or properties: 'System.Reactive.Linq.ControlObservable.ObserveOn(System.IObservable, System.Windows.Forms.Control)' and 'System.Reactive.Linq.ControlObservable.ObserveOn(System.IObservable, System.Windows.Forms.Control)' ``` The methods are under the...

bug

When I convert to PNG with my script: ![image](https://github.com/user-attachments/assets/08136cd0-7765-4f3f-bd7c-f5cc220e8304) When I open the pal directly: ![image](https://github.com/user-attachments/assets/b56cdf0b-4cd4-4002-a52a-6604d9313e29)

format

Basically in this mode each cube is rendered flat without any kind of shading if there's no normal information, and the color is picked as if it was a plane...

format
command_and_conquer

When the file/folder list is focused, when you start typing a folder name, like `vxl`, it will focus the first file/folder that starts with this name, or if no such...

enhancement

### Customizable Warhead trigger conditions - It is now possible to make warheads only trigger when target's HP is above and/or below certain percentage. - Both conditions need to evaluate...

Needs testing