Maik Schreiber

Results 10 issues of Maik Schreiber

(This has been discussed in #28, but the solution from commit 07dda00be3a49166f5714b4e01d7204b88c5869f is incomplete.) Subclassing `Parser` does only work if the subclass resides in the same package as `Parser`, that...

Bug

This PR adds https://github.com/blizzy78/consistent as a new linter. This linter checks that common Go constructs are used consistently. This linter is similar to [go-consistent](https://github.com/Quasilyte/go-consistent), but not quite the same. go-consistent...

linter: new
blocked

Since the new toolbar buttons are only useful in some game scenes (flight or editors), their availability should be restricted to those game scenes. I've added some comments [here](https://github.com/FractalUK/KSPInterstellar/commit/92b2a40cfa246ca0a52f72154759ef6bfe06fe62) with...

http://forum.kerbalspaceprogram.com/threads/47863-0-24-2-Precise-Node-1-1-0-Precisely-edit-your-maneuver-nodes?p=1434199&viewfull=1#post1434199

bug

http://forum.kerbalspaceprogram.com/threads/47863-0-23-5-PreciseNode-0-10-Precisely-edit-your-maneuver-nodes/page36?p=1078396#post1078396

enhancement

Pixel-based icon size can be a problem for players with very high screen resolutions. Add support for third-party plugin authors being able to specify paths to bigger icon textures so...

enhancement
gui
backburner
api

I know it's probably quite some effort, but would it be possible to separate the one very long page into multiple pages? At least per section, if not per single...

This PR changes the loading of type infos in `GoSourceFile.Incubate` such that mutation tests should no longer fail, a bug that had been introduced in #5. With this PR, all...