-
KSP's Orbit class has a lot of very handy information that isn't currently exposed by kRPC.
Some examples:
Orbit.RadiusAtTrueAnomaly()
Orbit.TrueAnomalyAtRadius()
Orbit.TrueAnomalyAtUT()
Orbit.orbita…
-
I get a serious warning at loading, I cant seem to find it in the ksp.log so i dont know if this is an issue with far future technologies or b9partswitch. Causes me to be unable to place far future en…
-
We have a custom processor for our FeatureToggles solution:
```kotlin
@FeatureToggle(key = "MOB_DEBUG_REQUEST_ENABLED", defaultsTo = BuildConfig.HTTP_REQUEST_DEBUGGING)
```
With `kapt`, the valu…
-
I'm trying to get annotations with ksp working in an Android/iOS multiplatform project using the "Framework"-style Xcode integration.
I assume because proper common codegen support is lacking from …
-
I modified example fem_system4 to use PetscDiffSolver instead and I ran into two issues:
First, the solver is [destroyed](https://github.com/libMesh/libmesh/blob/master/src/solvers/petsc_diff_solv…
-
When trying to get all of the scientific data for the High Altitude Flight experiment in version v3.13.0.0, I flew my third (and anticipated final) flight while running the experiment. The flight scen…
-
I'm having a major issue. The actual launchpads from the mod are not visible in either the VAB, SPH, or the tech tree. I'm on the latest ksp version, and I have module manager 4.2.2. I'll give my log …
-
As the tittle says. On certain circumstances still to be really understood, SYD is causing the following lines to be logged on `KSP.log`:
```
[LOG 18:03:19.170] [VesselMover] INFO: [Move Launch Co…
-
When I try to use geometric multigrid with vinewtonrsls I get the error below. It only pops up with rsls (not ssls) and is raised just by setting the option (not yet specifying the bounds).
MWE a…
-
In the process of switching from KAPT to KSP, using Dagger 2.50. I have a top-level app component for my Android app which contains a `@Named` field, like this:
```kotlin
@AppScope
@Component(modul…