Peter Bittner
Peter Bittner
Sometimes you can't use Git over SSH in a project, hence you'll use HTTP (e.g. due to network constraints). I'm struggling to get this working, and I can't see any...
The [README](https://github.com/voxpupuli/modulesync/blob/master/README.md) is pretty lengthy now. To make it easier to understand and adopt we should turn it into a dedicated documentation, splitting up the different topics into separate chapters....
It doesn't seem to be possible to run `msync update` from a location outside a directory containing a modulesync configuration. In other words, it seems to be necessary to `cd`...
I found a word - "Resprechung" - that seems to be consistently wrong across all German localizations (german, ngerman, austrian). As a native speaker, I don't know the word, and...
The lengthy [list of robot descriptions](https://github.com/ev3dev/ev3dev-lang-python-demo#demo-programs) in the main README is mostly redundant. It's out of the context and thus hard to maintain. I believe we should move all that...
The [misc/sound module](https://github.com/ev3dev/ev3dev-lang-python-demo/blob/master/robots/misc/sound.py) is nice, but it only demoes a subset of the available methods of the [Sound class](https://github.com/ev3dev/ev3dev-lang-python/blob/develop/ev3dev/sound.py#L47). It would be nice if we could show off all [sound-related...
To allow our Docker Compose setup to build with the current version of The Foreman we need to take over a few adaptions from the [theforeman/foreman](https://github.com/theforeman/foreman/tree/3.0-stable) repository. - Pin the...
Just a technical note on Docker Compose: When you use a [version
`django-favicon` only supports having a `favicon.ico` file the web root, as of today. Instead, it should support all major browsers and platforms. The [ReadFaviconGenerator.net](http://realfavicongenerator.net/) service could be used (as an...
Test code could be migrated to [py.test](http://pytest.org/), which is less verbose (no boilerplate testing, no inheritance from TestCase). This is easily done, because py.test automatically detects and runs regular Django...