Fabian Vogt

Results 59 issues of Fabian Vogt

Currently the document loaded from the RSS -> JSON converter is directly evaluated as javascript in the global context. In addition, placeholders such as `{url}` or `{title}` do not have...

New flash creation dialog + an Android usability improvement + QML fixes. With this, the warnings on exit are finally gone! Android | Linux (Plasma Wayland) :-------------------------:|:-------------------------: | ![Screenshot_20220417_202742](https://user-images.githubusercontent.com/1622084/163727612-76e95876-cbfb-4920-acad-45930933e094.png) @adriweb...

Needs a lot of testing!

Videos are not that big even if the job is running longer than whatever the "default" is resp. the maximum time is. They are very valuable for debugging failed tests...

Currently, every kiwi build in OBS includes `kiwi-packagemanager:zypper` (or whatever you use as package manager) in its image deps: https://github.com/openSUSE/obs-build/blob/7ec117e1cdc73fb5f55f2871a250c22a9de6d800/Build/Kiwi.pm#L449 This is not necessary though, as the used packagemanager has...

Currently the project configuration needs content like this: ``` Required: rpm-build # Build all packages with -pie enabled Required: gcc-PIE # the basic stuff Support: perl Support: build-mkbaselibs compat-usrmerge-build Prefer:...

There are multiple packages providing openSUSE-release: openSUSE-release-{mini,dvd,ftp,...}. The base container image explicitly installs openSUSE-release-ftp to resolve the have choice error, but it pops up again when building derived images.

The timezone of the first entry with timezone info is read and used to convert all entries of the entire file, even if those specify a separate timezone. ``` ==>...

When passing a `.repo` file to `zypper ar`, it has to download the file, which doesn't work inside the OBS build environment. Instead, it could rewrite such calls to perform...