Mario Wenzel

Results 31 issues of Mario Wenzel

Looking at this example ``` factorial = n -> if n < 0 => None n < 2 => 1 otherwise => n * factorial (n - 1) ``` we...

tuple unpacking in python is very useful. One can unpack a list into `head, *tail = somelist` and it looks a bit like haskell's `case x' of x:xs`. If exceptions...

Hi, I'm the dev of the gnome-shell twitchlive extenstion (https://github.com/maweki/twitchlive-extension). We have (not the first) feature request to be able to open a channel from our extension in gnome twitch....

user suggestion

I am running Fedora 24 and I tried to follow the instructions but it fails to launch with an error dialog saying "Please run this application as root or administrator"....

discussion

The join command doesn't work with pipes as second arguments which is probably due to the implementation but it also doesn't fail gracefully. The first input for join can be...

### Describe the issue you are experiencing I am running Raspberrymatic as a home assistant addon. Local inclusion of device works fine. Inclusion via internet doesn't. The handshake works but...

:bug: bug-report

I haven't found a way to force redo a `podman-compose build` where I have changed some data but not the actual Dockerfile. The only way I found was removing all...

## Issue Description The documentation does in no way mention that comparison of `Arrow`-objects (and therefore sorting, adding them to a search tree, etc.) is possible. The api reference does...

documentation

In PR #139 the ensure-future function (https://docs.python.org/3/library/asyncio-task.html#asyncio.ensure_future) from the `asyncio` library is used. This is only available since 3.4.4. The documentation (http://hbmqtt.readthedocs.io/en/latest/) suggests that 3.4.3 should work ("Tests have shown...

I have a Sapphire R9-270 and I hadn't gotten HDMI audio to work on my previous setup. With GamerOS it worked right away. Or so I thought. The audio is...