gereon

Results 4 issues of gereon

## Description This commit includes changes that extend the profile-object returned by this application to include the groups the user has access to. This is done by means of a...

Hei, when reading a file using Tilde (~) as a substitute for `/home/user`, SheetReader returns an error. Command: ```r SheetReader::read_xlsx("~/Downloads/moodle-Antworten.xlsx") ``` Error Message: ``` Error: Failed to read file: Unable...

Hei, when reading an XLSX containing all Answers from a Moodle Test Activity, I get an error: Command: ```r SheetReader::read_xlsx("moodle-Antworten.xlsx") ``` Error Message: ``` Error in SheetReader::read_xlsx("moodle-Antworten.xlsx") : attempt to...

Currently, if you use https://mybinder.org/ to launch binder on a standard git repo (i.e., not GitHub or GitLab), in the URL slashes are URL-encoded. This, however, is not reflected in...