Jarl Gullberg
Jarl Gullberg
Between 1.0.2 and 2.0.0, PR #934 changed the behaviour of AddModulesAsync and ModuleBase when it implemented an overridable callback for modules when they were instantiated and built. In particular, it's...
The library's current parsing of ld.so.config on Linux systems isn't very good and can produce incorrect results. Proposed solutions: * Improve parser (figure out the actual format?) * Drop use...
C# has multiple types and ways of expressing a linear collection of finite data (that is, a type that contains *n* instances of some type `T`). Passing this collection to...
In an effort to make the launcher more widely usable, ownCloud should be implemented as a supported protocol. See the milestone for more information. # TODO - [x] Implement protocol...
In an effort to make the launcher more widely usable, Dropbox should be implemented as a supported protocol. See the milestone for more information. # TODO - [ ] Implement...
In an effort to make the launcher more widely usable, BitTorrent should be implemented as a supported protocol. See the milestone for more information. # TODO - [ ] Implement...
In an effort to make the launcher more widely usable, Amazon S3 should be implemented as a supported protocol. See the milestone for more information. # TODO - [x] Implement...
In an effort to make the launcher more widely usable, Google Cloud Storage should be implemented as a supported protocol. See the milestone for more information. # TODO - [x]...
In an effort to make the launcher more widely usable, Google Drive should be implemented as a supported protocol. See the milestone for more information. # TODO - [ ]...
This PR is part of a long-overdue comb-through of the library, wherein issues arising from programmer error (invalid API usage, not reading docs, etc) and not user input should raise...