Sigma88 changed the topic of #Kopernicus to: #Kopernicus | Release 1.3.0-8 - https://git.io/v0Gg5 | Pictures: https://git.io/vHqLy | List of packs: http://git.io/vWjiY | GitHub: http://git.io/vWAFE | Examples: http://git.io/vWAF9 | Visual Editor: http://git.io/vWAbq | Funny Quotes: https://git.io/vHqt8 | <Kopernicus> Kopernicus/master 91e89a4 thomas-jenkins: Kopernicus 1.2.2-6 - "404 - Title not found"
Olympic1 has quit [Ping timeout: 183 seconds]
Raidernick has quit [Ping timeout: 183 seconds]
Raidernick has joined #Kopernicus
Olympic1 has joined #Kopernicus
Olympic1 has quit [Read error: Connection reset by peer]
<Qboid> 1d 12h 0m 0s left to event #26: Aeolus/Vega VV12 [at 2018-08-21 20:09:00]. Say '!kountdown 26' for details
Raidernick_ has joined #Kopernicus
Raidernick has quit [Ping timeout: 190 seconds]
<Kopernicus> [Kopernicus] StollD commented on pull request #306 6cdccd8: Tbh. I would prefer using the full type name instead of `var`, but thats no a real issue https://git.io/fAfQx
<Kopernicus> [Kopernicus] StollD commented on pull request #306 6cdccd8: Instead of using the name of the field, you should detect it based on it's position and fieldtype, since the names of private fields can be subject to obfuscation (at least in the past this happened on some builds). Something like `GetFields(BindingFlags.NonPublic | BindingFlags.Instance).FirstOrDefault(f => f.FieldType == typeof(LaunchSite[]))` should work even if the name of t
Raidernick_ has quit [Quit: Leaving]
Raidernick has joined #Kopernicus
<Qboid> 1d 0h 0m 0s left to event #26: Aeolus/Vega VV12 [at 2018-08-21 20:09:00]. Say '!kountdown 26' for details
<Kopernicus> [Kopernicus] marr75 commented on pull request #306 6cdccd8: `typeof(PSystemSetup)` is certainly superior in this scenario, `.GetType` is just used more often because of how reflection is traditionally employed. I'll correct this, thank you!... https://git.io/fAJLi
<Kopernicus> [Kopernicus] marr75 commented on pull request #306 6cdccd8: Very different styles, I actually deeply regret the type declaration on line 280. However, this project's style is to explicitly declare the type so I will fix it on lines 279 and 281 :) https://git.io/fAJLS
<Kopernicus> [Kopernicus] StollD commented on pull request #306 f8caa08: Ok, then let's see what will happen.... https://git.io/fAJtP
egg|zzz|egg is now known as egg|anbo|egg
Olympic1 has joined #Kopernicus