Radek Pazdera

Results 24 issues of Radek Pazdera

Secondary road generating is too slow. Most probably due to wrong L-System interpreting algorithm.

https://github.com/minimagick/minimagick **Suggested by**: MattBearman

This needs investigating ...

bug

Updating this gem using RubyGems like this failes: ``` sudo gem update ``` **Traceback** ``` radek@mac:~/code/word_wrap$ sudo gem update word_wrap --backtrace Updating installed gems Updating word_wrap ERROR: While executing gem...

bug

Currently, Apps only work with **kdesk** as the desktop space manager. This means that if you use the program with any other app providing your desktop space, you won't be...

Apps depend on `kano-updater` because of a single function. If the function were moved to `kano-toolset` we could get rid of the dependency which would make it easier to hack...

The modules in the `kano_apps` package are now in **CamelCase** which doesn't comply with the [PEP8](https://www.python.org/dev/peps/pep-0008/#package-and-module-names) style guide. It would be nice to convert them to `lower_case_with_underscores`. Things to be...

The [executable](https://github.com/KanoComputing/kano-repository-manager/blob/master/bin/dr#L411) doesn't have a long description. It would be nice to add one using Thor. ### What needs to be done 1. Write up a short paragraph about what...

Beginner
Docs

If the repo has more than one component configured, there should be a switch on `dr add` to assign it to a specific component: ``` dr add --git --component drivers...

Enhancement
Intermediate

`dr` colour codes package names when it prints them to the terminal. However, it uses the same colour when it refers to source packages and binary deb ones. It would...

Enhancement
Beginner