Pander

Results 569 comments of Pander

@azmeuk I have given it two tries to implement this. However, I get stuck with some decisions I cannot make. From what to subclass and how mainly. Also, a data...

The name of the first parameter could also be (more accurate) `datalist_id` or (more simple) `datalist`. Example usage would be: DateListField("example1", datalist_id="7", choices=("Foo", "Bar")) DateListField("example2", datalist_id="8", choices=["Foo", "Bar"])) DateListField("example3", datalist_id="8")

Perhaps because https://github.com/wtforms/wtforms/blob/master/src/wtforms/__init__.py#L7 was not bumped to 3.0.1? Could a version 3.0.2 be published with this fixed and including PRs that have been merged or can be merged wasily.

Ah https://romannurik.github.io/AndroidAssetStudio/icons-launcher.html Well, not all created with that adheres to the Material Design guidelines. Is theme_base16_google intended for Material Design? Also I note that transparancy is not always used in...

Also use light grey for the black triple dot ... for popup menus to e.g. edit or delete a post.

And please also support dark theme in the slide in menu and the settings menu etc.

Underline of text for autocompletion in text input field should be black (on the gray background) should be the same light gray as the input text has for font color.

Ah in https://github.com/indywidualny/FaceSlim/blob/master/app/src/main/res/raw/black.css I have looked at the mobile site but can see for example the three dots. so I cannot easily find what CSS applies there. Here also not...

Think that is better filed under another issue. The device must be queried about sun down and up for your location, country, whatever.

That would be a good start :)