Oliver Kurz

Results 59 issues of Oliver Kurz

A CCIP (http://en.wikipedia.org/wiki/Constantly_computed_impact_point) mode is found in modern jets avionics. It has been added to ArmA2: ACE which was IMHO Nou's version (https://www.youtube.com/watch?v=YI6ZCjd8kkA). Some early implementations for ArmA3 by other...

feature request

## observation When just calling pickups on a system where neither pickups or hangups have been called, pickups correctly asks for the authorization token but fails to save it: ```...

it seems hangups already has this supported as API, see https://github.com/tdryer/hangups/issues/44 not in the UI but this is probably not a prerequisite for pickups, I guess.

on opening a channel, i.e. existing chat, it would be nice if the last messages received during offline time can be requested or shown.

See: https://progress.opensuse.org/issues/81899

This commit also checks for the "no_wait" option in "wait_screen_change" same as we already do in other cases like "check_screen/assert_screen" and "wait_still_screen". Hotpatched w7 with: ``` curl -sS https://patch-diff.githubusercontent.com/raw/os-autoinst/os-autoinst/pull/2109.patch |...

Using ``` sed -i "s/use warnings;/&\nuse feature 'signatures';\nno warnings 'experimental::signature';/" $(git ls-files) sed -i '/^sub / {N;s/ {\n.*my [(]\?\([^)=]*\).*$/(\1) {/}' $(git ls-files) tools/tidy --only-changed ``` and some manual fixes.

After * #4574 We have cleaner and safer code if we can avoid the explicit value checking with exceptions. Related progress issue: https://progress.opensuse.org/issues/108662