Genhis

Results 8 issues of Genhis

Currently, the C-nano client in github releases uses `krpc_cnano` folder for headers but the one in Arduino Library Manager doesn't. This causes problems for other services which depend on kRPC...

In my service, I have classes which share common functionality, so I set up an inheritance hierarchy. However, this hierarchy is not preserved when I generate client code. Instead, the...

I have a kRPC property which I marked as `Obsolete`. ``` [KRPCProperty, Obsolete("MyReason")] public float MyProperty { get; set; } ``` However, the generated documentation does not take in account...

Command: ``` krpc-servicedefs "C:/Steam/steamapps/common/Kerbal Space Program" MechJeb KRPC.MechJeb.dll KRPC.SpaceCenter.dll -o KRPC.MechJeb.json ``` Exception: ``` Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of...

I would like to generate documentation for a kRPC service. I found `docgen` tool but there were no instructions how to use it, and I ended up with the error...

question

**Describe the bug** Game won't load because the mod combination creates a circular dependency. **How to reproduce** 1. Load a game with the specified mods 2. See circular dependency error...

bug

I have been thinking about the public API. While it mimics MechJeb internal API, I think it's not as intuitive because some things may have different names or be in...

help wanted

Finally there is a way to test for incompatibilities between different MechJeb2 versions and kRPC.MechJeb. This should reduce the number of unexpected bugs in future releases and provide an easy...