SirMortimer

Results 14 issues of SirMortimer

**Issue by [UsernamesAreAlwaysTaken](https://github.com/UsernamesAreAlwaysTaken)** _Saturday Apr 06, 2019 at 04:46 GMT_ _Originally opened as https://github.com/SirMortimer/Kerbalism/issues/31_ ---- title is fairly self-explanatory.

enhancement
science

**Issue by [SerinaTsukaya](https://github.com/SerinaTsukaya)** _Thursday May 02, 2019 at 00:14 GMT_ _Originally opened as https://github.com/SirMortimer/Kerbalism/issues/64_ ---- I'm wondering how to disable the experiment surface samples as contracts can appear asking for...

enhancement

**Issue by [UsernamesAreAlwaysTaken](https://github.com/UsernamesAreAlwaysTaken)** _Monday May 20, 2019 at 14:54 GMT_ _Originally opened as https://github.com/SirMortimer/Kerbalism/issues/79_ ---- ![Untitled](https://user-images.githubusercontent.com/48958828/58031043-8b1e6500-7b17-11e9-8f4a-e9fd313955a8.png) Separate these 2, wtb new line.

bug

May I propose something along these lines: ``` KER.API.AddSection(string sectionName, List variableNames, MyValueCallback); public string MyValueCallback(Vessel vessel, string sectionName, string variableName) { return "hello!"; } ``` That way users would...