Alexander Graul

Results 105 comments of Alexander Graul

For official Leap 15.3 packages, the problem is even larger as the repository urls are pointing to the wrong locations (with the current state of https://github.com/openSUSE/software-o-o/pull/1065)

It might be because it's in non-free, we probably need to adjust the query we send to OBS' API.

That's a good point, we are pretty naive in many cases when multiple options are available.

The way the webapp is currently designed, that is "relay all the searches to OBS via HTTP and parse + render the results", the response time is pretty bad for...

Previous discussion: #372

Another option is to hook into Mirrorbrains' database to get the information on available rpms.

You need to set baseproject to "ALL" to include community packages in the search result. I know this is not intuitive and we should fix that.

This is caused by us using OBS API as the source of information. Checking with `osc` shows that OBS is returning stale information: ``` $ osc search -B games:openra openra...

> If you look at the following package under Tumbleweed experimental packages: > > https://software.opensuse.org/package/cmake > > The version next to devel:tools:building and windows:mingw is displayed as 3.7.1 but that...

> How does the software portal decide which of these files to use for the description? The way I read the source code (first time looking into appdata related stuff),...