Felix Eckhofer

Results 32 issues of Felix Eckhofer

without this patch, it is not possible to exclude the page "somepage/index.md" without excluding all files named "index.md". now, the whole path (below source) is also matched for pages instead...

This adds the `link` configuration item which can be used to generate different links for the feed items. I've also changed the date format to `DATE_RSS` because feedvalidator.org was complaining...

s6 recently added support for dropping permissions using Docker's `USER` directive(https://github.com/just-containers/s6-overlay/issues/19#event-3759845201). This could reduce complexity for our script substantially (to pre-0.107 levels) and might be a lot cleaner. Upstream documentation...

enhancement

Not sure if this is the correct way to fix it, but while trying to query Stadtbibliothek Chemnitz using `xidel`, I got an error: ~~~ $ xidel -e '$username:="XXX", $password:="XXX",...

When using `xidel` to query Stadtbibliothek Chemnitz as [suggested in the README](https://github.com/benibela/videlibri/blob/master/README.md#usage-as-library), the due date is wrong: ~~~bash $ xidel -e '$username:="XXX", $password:="XXX", $server:="https://opac2.stadtbibliothek-chemnitz.de/webOPACClient/", $startparams:="?Login=opsb" ' --template-action connect,update-all \ --module...

When using `xidel` to query Stadtbibliothek Chemnitz as [suggested in the README](https://github.com/benibela/videlibri/blob/master/README.md#usage-as-library), I get a deprecation warning printed to stderr twice: ~~~ $ xidel -e '$username:="XXX", $password:="XXX", $server:="https://opac2.stadtbibliothek-chemnitz.de/webOPACClient/", $startparams:="?Login=opsb" '...

Hi. Using pycarddav 0.5.1 from pip I get the following exception trying to sync an owncloud 5.0.10 installation: ``` DEBUG:root:start syncing account owncloud DEBUG:root:created version table DEBUG:root:created accounts table DEBUG:root:created...

### Description Typst incorrectly hyphenates "hab's" as "ha-b's". Can also be observed at https://typst.app/tools/hyphenate/ ``` #set text(lang: "de") #set par(justify: true) #set page(width: 4cm) #{5 * [Ich hab's verstanden! ]}...

bug

It would be awesome if Juvia was able to generate a feed for each topic, so users could easily follow a discussion without constantly checking the site for updates.