Jeidnx

Results 10 issues of Jeidnx

requires https://github.com/TeamPiped/Piped-Backend/issues/628 closes https://github.com/TeamPiped/Piped/issues/463

Hey there, Should this project support updating multiple records? This would involve either changing the `record_name` variable to `record_names` or having a second variable for multiple records altogether, although i...

enhancement
Untested Features

Sets the user configured font in plymouth. On my setup plymouth only seemed to accept / work with truetype fonts and i didn't find any documentation for plymouth mentioning fonts...

see https://github.com/TeamPiped/Piped/issues/2571

### Official Instance - [X] The bug is reproducible on the [official hosted instance](http://piped.video/), or is API-related. ### Describe the bug Piped seems to try and group dearrow requests together....

bug

This PR embeds the template and public directories in the binary, allowing for easier distribution. I also snuck in a newline before printing the first log message.

## Description This is a very crude proof of concept for implementing unix domain socket support. Currently only uds works and the path is hardcoded to `/tmp/sws.sock`. I wanted to...

enhancement
v2

### Is your feature request related to a problem? Please describe Currently there is no way to force a user to be re-authenticated from an oidc client, see also #2988....

Tested and works as expected. I also added a commit to handle `exec()` errors, previously they would just get ignored and a success exit code returned. closes #69 i think

When building a cron Job using the `JobBuilder`, with a 5 Part (without the seconds) Cron schedule, the job will only trigger once. Example: ```rust let cron = croner::Cron::new("*/1 *...