Peter Bittner

Results 169 issues of Peter Bittner

The [parser](https://github.com/tancredi/python-console-snake/blob/master/snake/parser.py) module uses the [optparse](https://docs.python.org/3/library/optparse.html) Python module, which is deprecated and should be replaced by [argparse](https://docs.python.org/3/library/argparse.html).

If you specify a theme name in the CLI that doesn't exist the program fails with a `KeyError`, e.g. ```python $ python3 snake -t classi Traceback (most recent call last):...

This project uses the [curses](https://docs.python.org/3/howto/curses.html) module. Unlike other Python games that use, e.g. PyGame. This fact is worth mentioning in the README. Could you add this information to the README?

When I use version 1.0.5-1.1 (on Ubuntu) the UI visually freezes sometimes when processing an image. Typically, this seems to be when the application crashes in the background. The UI...

_I know the purpose of this extension is to never think of passwords again, simply generate one and save it to the password manager._ BUT: Sometimes you happen to be...

feature request
help wanted

I'm not sure whether this is a broken setting in my Firefox browser or the dialog font of this extension is really Serif. This is how it looks like to...

help wanted
bug

It would be nice to have quick access to the Firefox password manager - either via an icon, button or label on the Settings dialog - or any context menu...

feature request
help wanted

It would be nice to simplify the user experience by placing all actions buttons to the top right corner, next to the password generation text field. Instead of labels we...

feature request
help wanted

In the LibreOffice spread sheet when I click on a product name a web browser window should open and it should show the product image as specified in the data...

enhancement
help wanted

When the plugin is activated and required libraries are not installed the initialization of the plugin fails. Currently, this is being reported on the _Preferences_ dialog > _Plugins_ tab with...