Results 7 issues of Marc Rintsch

`break!` seems to be broken. Executing the example in the REPL leads to this: ``` >>> ok = for x in range 10 => ... if x == 5 =>...

Example: ``` python #!/usr/bin/env python # coding: utf8 from __future__ import absolute_import, division, print_function from functools import partial from gpiozero.mixins import EventsMixin callback = partial(print, 'Hello') callback() # -> prints...

bug

Simple test case: ``` python # coding: utf8 # TODO Comment with non ASCII characters in it: °C. ``` This does not show up in the status line and invoking...

In the usage document it looks like `DudenWord.synonyms` is just a single string but the code actually returns a list with strings. Or always just *one* string, as the fix...

### Describe the feature The `` element has a `lang` attribute for the whole page/site but the blog post text doesn't have its own attribute. Which is fine if the...

Enhancement
Help Wanted

After getting an Android tablet I discovered that regular Firefox plugins seem to be different than those for Firefox for Android. Is there any chance this plugin will be ported?

As this machine was very ”hackable” there are different solutions for adding RAM above $1FFF. The official KIM-2 and KIM-3 memory expansions can use the $9C00-$9FFF area for RAM. They...