Sebastian Neef
Sebastian Neef
This should fix #1
Hi, first of all, thanks for the nice library! I cloned the mute toggle functions for the microphone. Furthermore, it seems to be compatible with Awesome 4.0. Best, Sebastian
Hi, I've changed the shortcut.lua file to export the functions, so that I can directly access them from my rc.lua after importing it with ``` local shortcuts = require("tyrannical.shortcut") ```...
Hi, one thing that came into my mind: A separate 'hints/news/update' page. Updates are parsed from the `tasks.json` file. That makes adding public hints easier. All the best, gehaxelt
Hi, I've implemented some featuers: - CSRF protection - JSON Scoreboard - `before_end` and `after_start` annotations which restrict some actions before/during/after the CTF - Added start/end time to footer -...
Hello, I did some research on SSHFP records [0,1] and while I was happy that openssh has support for it, I discovered and implemented a few improvements: - The change...
Hi, I recently browsed through the FOSS app store called F-Droid [0] and I noticed that the ArtistGui app isn't available for download on there. F-Droid is an alternative app...
**Describe the bug** [Disclaimer: I'm new to semgrep and might have missed something that solves the problem.] It appears that `pattern: phpinfo()` will match `phpinfo()`, but not calls to the...