Gauthier

Results 697 comments of Gauthier

i still don't understand what you are trying to achieve, Is it because the pages are in portrait, and your screen is in landscape ? In that case, how does...

> when files include a `ComicInfo.xml` file inside that doesn't have a title tag no tag doesn't mean no title, but that the title is not present, which is different...

Tried also with v2.3.0, still the same.

So i was testing v1 using my deployed server, and v2 using localhost. I added v1 using localhost, and i don't have the covers either. So it may be about...

@danielweck i have forked the OPDS test catalog, added basic auth by using Caddy server, and reproduced the issue. You can get the project from this branch https://github.com/gotson/opds2-test-catalog/tree/basic-auth, i added...

Hi @danielweck , in v2.3.0 it works for acquisition feeds, but not navigation feeds. The above example now works, however this does not: ```xml allSeries All series 2023-08-23T16:26:23.009768338+08:00 Komga https://github.com/gotson/komga...

Hi Harald, i tested this with NightMonkeys ImageIO, and it works fine, so it seems to be an issue with TwelveMonkeys. The webp image doesn't seem to have any specific...

I checked the Github API and found this: I am using `discussionCategoryName = 'Announcements'`, and the [Announcements category exists](https://github.com/junrar/junrar/discussions/categories/announcements) on the repo. I tried commenting the `discussionCategoryName` config, but i...

While checking the `trace.log` i found this: ``` [DEBUG] The following variables are defined in config.properties: [DEBUG] JRELEASER_GITHUB_TOKEN [DEBUG] The following variables are defined in the current environment: [DEBUG] JRELEASER_GITHUB_TOKEN...

> Indeed, here's the documented resolution order https://jreleaser.org/guide/latest/reference/environment.html#_precedence_order Seems like it didn't work as expected in that case.