Stefan Sauer

Results 76 issues of Stefan Sauer

See details: https://github.com/juancarlospaco/faster-than-requests since pycurl has a verbose and interface, we might want to consider using it together with one of: https://github.com/Lispython/human_curl https://github.com/turnkeylinux/pycurl-wrapper/blob/master/pylib/pycurl_wrapper.py and ev3dev has python3-pycurl (although none of...

With the current code we show the pairing code in the UI and send a push-request with 'cmd=register' and the pairing code to the server. If the robot is on...

see entry_points and console_scripts at e.g.: http://python-packaging.readthedocs.io/en/latest/command-line-scripts.html but be aware of https://github.com/ninjaaron/fast-entry_points

enhancement

When we are online, check if we can detect a local open roberta server. This would help using p2p-connections like usb/bt. We would e.g. do a mdns discovery on the...

enhancement

Right now the user can click connect and sees the pairing code, even though the server is not actually reachable. Somewhat related to #30 . Maybe we can handle this...

When catching exceptions, we'd like to map those to some exit code. This would allow us to show some helpful error in the UI. See also OpenRoberta/robertalab#122

When pressing disconnect, the backend needs a while (up to 15 sec :/) to be actually off. We could disable the connect buttons until the disconnect happend.

bug

**Introduction** The ROCCAT Vulcan Pro Keyboard is listed as `work-in-progress, as of version 0.1.20, experimental, untested`. I am using this since Christmas and a little nuisance is that when testing...

hardware support

**Please describe the bug** Since a kernel update the mounse is not detected at boot-up. This can be fixed with unplug/plug. Until that eruption logs repeadetly the same unactionable error...

bug
Priority: High
Fixed in branch: 'develop'

The javadoc comment here https://github.com/OpenRoberta/openroberta-lab/blob/master/OpenRobertaRobot/src/main/java/de/fhg/iais/roberta/typecheck/TypecheckVisitor.java#L113 is not useful. I propose the replace ``` This class is implementing {@link IVisitor}. All methods are implemented and they append a human-readable JAVA code...

help wanted