Marcel Reppenhagen
Marcel Reppenhagen
When I tried to setup the automatic backup with GitHub actions I realized that the OAuth token you can generate in the Dropbox Developer App Console is only short-lived and...
Hey, I've been using your amazing library to extract links from DOM content in a service worker and noticed that achor tags which, for example, lead to some file which...
Hey, I would love to use `browser.runtime.sendMessage` the following way so that I can specify the type of the message that I am sending. ``` browser.runtime.sendMessage({ command: "log", logData, })...
The plugin https://moodle.org/plugins/format_tiles is used to display course pages. The extension does not always detect this correctly. On one course, it detected all the files but sorted all of them...
Not every Moodle installation is the same. The Moodle version can differ but there are also many plugins. As a result my implementation of extracting the course name, course shortcut...
From an email I received: > if I add a file to the folder that the plugin made, it will stop recognizing the old files and when I go to...