Paul Fenwick
Paul Fenwick
When perl is in taint mode, taint violations will report in errors from being inside an `eval`, rather than the actual line where the tainted data was provided.
nothingmuch had a great syntax for this: (4:29:03 PM) nothingmuch: my $handle = autodie->wrap($file->openw, @import_args); (4:29:11 PM) nothingmuch: $handle->print("foo"); (4:29:27 PM) nothingmuch: or something similar
Many thanks for an *amazing* soundcloud player! I've only been using soundnode for a few hours, and it's been phenomenal! I follow some great artists on soundcloud, but some of...
#### Summary Interface "Furniture and terrain now shows (some) flag information when examined" #### Purpose of change It bothered me that I couldn't tell if something could safely contain a...
Much of KSPManager is essentially one great big global variable, which makes testing difficult, and results vast swaths of coupling in our codebase. We really should get rid of the...
http://docs.codehaus.org/display/SONAR/C%23+Plugin With many thanks to invultri.
As mentioned in #930, players may try running the CKAN while KSP is still open. In the case of Windows, files which are in-use can't be modified, and so this...
Right now, releases aren't signed, and users get a "yo, this is a file you downloaded from the internet" message on Windows. Mono comes with the `signcode` utility which can...
While trying to reproduce the bug in #1226, I got an ArgumentOutOfRangeException. From memory I unchecked all the installed mods with the `registry.json` that @Postremus had given me, then switched...
Users thinking of upgrading would love to see what mods are available for other KSP versions. It'd be great to give them a way to see this. I imagine this...