Boris Barboris

Results 16 comments of Boris Barboris

Get AA modules for the vessel: https://github.com/Boris-Barboris/AtmosphereAutopilot/blob/master/AtmosphereAutopilot/AtmosphereAutopilot.cs#L249 If it returned null, initialize AA for the vessel: https://github.com/Boris-Barboris/AtmosphereAutopilot/blob/master/AtmosphereAutopilot/AtmosphereAutopilot.cs#L202 After that the main entry point is TopModuleManager controller wich is the root...

https://github.com/RCrockford/kOS-AtmosphereAutopilot this may be of help

https://github.com/FractalUK/KSPInterstellar/pull/72 Spent a couple of hours on microwave code refactoring. There is no need now in FS operations at all.

Why was stdin\out assignment needed in the first place? I just commented them out and everything worked fine.

@MarounMaroun https://github.com/tamentis/rpdb/blob/master/rpdb/__init__.py#L61 https://github.com/tamentis/rpdb/blob/master/rpdb/__init__.py#L67 and 68

Personally, I don't use enums for type safety, I use them for valid value set restriction, so I don't see a problem here. Python's vision of the fact that 'linux'...