Patrizio Bekerle

Results 1214 comments of Patrizio Bekerle

Something like those I'd guess: https://packages.debian.org/search?keywords=qtquick&searchon=names&suite=bookworm&section=all

Hm, when I run `npm run test` in the master branch, I also get so many errors my terminal doesn't even keep them in the history. 😅 What test did...

I'm not able to find out what is even failing... ☹️ > /home/runner/actions-runner/_work/news/server/apps/news/src/components/routes/Feed.vue:34 > return this.$store.getters.feeds.find(feed => feed.id === this.id); > ^ > > TypeError: Cannot read properties of undefined...

@powerpaul17, @devlinjunker, do you maybe have some insight what went wrong?

It seems to be an issue with the `feed()` function in https://github.com/pbek/news/blob/28d2753b0056e50bc3849cce427b8d61794a2850/src/components/routes/Feed.vue#L45. I wonder why that wasn't an issue before...

But meanwhile there are merge conflicts too. @wofferl, are you ok with my conflicting changes of those two files? - src/components/feed-display/FeedItemDisplayList.vue - src/dataservices/item.service.ts

@wofferl, thank you for your answer. Could I please get a little more context? Are we talking about this part in the store? https://github.com/nextcloud/news/blob/22cdb3c21377519c3661b6c57ce4e74ace33051e/src/store/app.ts#L36-L38 > You should modify these files...

> I mean this parts which have changed to this in master to use the global setting for ordering and which your commit changes to use the feed setting. The...

> Yes, and I don't know if it is really a good idea to have such a feature, it don't make things easier. Even the thought of it scares me....

> Have you tested what happens when you are viewing mixed ordering feeds in Folder view or in All Article/Unread view? > Did that work especially when you switch between...