Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local server address #27

Open
johnd0e opened this issue Dec 27, 2019 · 0 comments
Open

Local server address #27

johnd0e opened this issue Dec 27, 2019 · 0 comments

Comments

@johnd0e
Copy link

johnd0e commented Dec 27, 2019

'local': "http://127.0.0.1:8000"

  1. When entering address in settings - it get accepted only after removing 'http://' part.
    It is not obvious and generally wrong.

  2. When entering wrong address - text become red. But it is not clear enough, e.g. when it's initially red, or for color-blind person.
    So better output error message to status line.

  3. Wrong address is not stored. But what if it is not 'wrong', but just temporary unavailable?
    I suppose any user-entered value should be stored (and empty should be converted to default).

  4. Instead of 127.0.0.1 better use localhost.
    BTW, in recent version python server defaulted to ip6 (::1), so localhost would be more robust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant