glen3b
glen3b
The JavaDocs for this project are embedded within the source, but cannot be easily viewed in an IDE without downloading the source. Currently, your solution for the similiar issue of...
See previous discussion in #25. The editing of assignments in zero-weight categories in weighted gradebooks (which annoyingly don't display a `(0%)`) incorrectly affects total computed scores. This includes normal edits...
[Chrome security recommendations](https://developer.chrome.com/extensions/security#content_scripts) essentially say that, as a background page, one should distrust content scripts. We currently expose a fairly broad "fetch via background" API to our content scripts, which...
Currently material tooltips are supported on PDF documents only. We should add tooltip previews for other document types, namely images.
Fixes #41 by creating a "sandbox" executable which is deployed to the Docker image for running user code, and using it as `exec-wrapper` in GDB (or calling it directly as...
Rebuild cplayground's patched kernel under a custom "flavour" name (e.g. generic, lowlatency) via the Debian build system (I used "cplayground"), thus affecting `uname` output to indicate the patched state. Fixes...