Daniel Yrovas

Results 24 comments of Daniel Yrovas

Another option would be to create an API similar to the [LinkDing](https://github.com/sissbruecker/linkding) API, I'm currently developing an Android application that can save and display links using it and I would...

I think `Tab` and `S-Tab` are often used to select menu items in a context like this, and coming from vim (and nvim-cmp) I would also like `Ctrl n` and...

I merged the commits and rebased onto main.

Yeah, I'll need to change some of those tests I think. The `TestRewriteWithYoutubeLink` checks the `Content` field instead of the `WebContent` field. I imagine it is similar for the other...

Hi @fguillot, I've updated my pull request. Do you mind taking a look at it?

I would also really love the switch server messages, and if this could handle the join/leave message suppression without another plugin that would be good as well.

Does TubeArchivist currently check if a video is in a playlist before deleting it? Or will the videos from a playlist be automatically deleted if they are watched and the...

I ran into this issue using podman running in rootless mode. I manged to solve it by building a container as below: ```Containerfile FROM ghcr.io/go-shiori/shiori:latest AS source FROM docker.io/alpine:3.19 LABEL...

I believe I get the same crash when hitting `enter` (in the emulator) after writing a comment.