Pander

Results 284 issues of Pander
trafficstars

Currently, a table renders an enum such as class MyEnumType(Enum): CREATED = 'Created' STARTED = 'Started' ENDED = 'Ended' used in class MyModel(db.Model): id = db.Column(db.Integer, primary_key=True) state = db.Column(db.Enum(MyEnumType),...

table

Please offer a screen with an overview of all devices with two lines per device. In the two lines only hostname and offline or average load + temperatur + root...

feature
pull requests welcome

Please add in a metadata directory a feature image, screenshots (smartphone and tablet) and other metadata (description and changelogs) which will be used automatically by app stores such as F-Droid...

The documentation on Mapping=tex-text is minimal. Please explain the impications of using it. Describe not only what it enables but also what it disables. For example an apostrophe ' does...

Documentation

The current notification icon is an outline of the highly detailed logo. This unfortunately does not make it very recognizable. It can look like a smudge or country outline and...

Not that I am going to use Gotify on iOS, but since this discussion https://github.com/rbrcsk/pushbullet.py/issues/181 it might be interesting to offer support for Gotify for iOS.

Data or status shown in the notification drawer is currently: ![Screenshot_20211102-103212_Trebuchet](https://user-images.githubusercontent.com/198964/139822297-86270e0b-811a-4f01-b26a-38496410c54c.png) Proposal to prevent shoulder surfing https://en.wikipedia.org/wiki/Shoulder_surfing_%28computer_security%29 is to not show `Listening to ...` and change the bold header to...

a:feature

Please provide an option to show birthdays in the calendar such as the apps https://github.com/SufficientlySecure/birthday-calendar and https://github.com/saschpe/BirthdayCalendar do.

enhancement