Alexander
Alexander
I believe this cast to double in the KACWrapper ``` public Double Remaining { get { return (Double)RemainingField.GetValue(actualAlarm); } } ``` throw ``` [EXC 01:04:08.717] InvalidCastException: Cannot cast from source...
This code works as expected (alarm is created in the `CreateNewAlarm` function) ``` C# Log("Alarm Is Not Found, Creating"); CreateNewAlarm(EditorLogic.fetch.ship.shipName, CalcAlarmTime()); //HighLogic.LoadScene(GameScenes.SPACECENTER); ``` but after uncommenting LoadScene() for exit from...

updated the Tracking Station on-map icons to being similar to the On/Off Buttons Also I didn't find the RecoveryBaseOn and RecoveryBaseOff icons (`$`) in the `Assets\`. Where are they? UPD....
Mods have parts with like six B9PartSwitch and more, so PAW there are huge. B9PartSwitch has a switcher as VariantSwitch and as Select button, so it is 2 lines in...
There is "Use name pattern for the uploads instead actual name" settings, but I want also to leave an actual name. **UPD.** to clarify: File name, for example: `log.txt` Depending...
sidebar.html: ``` html ``` So, it's ok when inner `div`s are small enough to not intersect in the middle. However, while they are becoming larger, at some point they are...
Comments have stopped working. I never was hosting my own staticman and was using public staticman-net[bot].  https://github.com/yalov/yalov.github.io
Active ksp is 1.6.0. Let say we have two mods: ``` 1) ksp_ver: 1.6.0 ksp_min: 1.2.2, ksp_max: 1.9.9 2) ksp_ver: 1.2.2 ksp_min: 1.2.2, ksp_max: 1.9.9 ``` Most likely, the second...