Nika Layzell
Nika Layzell
If the C++ code captured throws an exception, it might be nice to have an option for rust-cpp to add an exception handler which translates the exception into a rust...
The current spec states the following about nested browsing contexts with identical URLs (for example, foo.html containing an iframe which loads foo.html). https://html.spec.whatwg.org/#the-iframe-element > If there exists an ancestor browsing...
Currently when an `include!` macro or similar references a file which is not within a source root, the result is an empty string, which can lead to poor suggestions when...
When reading through the [next ideas draft](https://github.com/passcod/notify/wiki/Presentation) I noticed that one of the benefits of the new design is the ability to dynamically switch between backends as-needed, depending on system...
Currently if the `Recursive` bit is specified, every sub-directory of the specified directory will be watched unconditionally. In some situations, it's possible to exclude entire directories, potentially with many files...
Adds Loom mock implementations of the `lock_api::RawMutex` and `lock_api::RawRwLock` traits, as well as re-exports for the relevant concrete types, gated behind a `"lock_api"` feature. The `parking_lot` and `lock_api` crates provide...
Prereq graph
Fixes ChrisCooper/QcumberD#89 ## Features ### Parses Prerequisite text to determine prerequisites, corequisites, recommended courses, and exclusions This produces JSON which is entered into the `parsed_reqs` field on the Course object....
 One of the nice things which the Queen's computing department has which, AFAIK, no other department has is a [visual prerequisite chart](http://www.cs.queensu.ca/students/undergraduate/prerequisites/COMP.html). This is nice for...