Results 24 comments of Sean Begley

Actually you're probably wanting to know the "external IP" of your server. This is basically the IP of your router. You can find it by going to a site like...

If anyone comes here looking to work around this issue and is using an Apache2 Reverse Proxy Server, this Tutorial I found (but did not write) helped me. https://community.openhab.org/t/apache2-reverse-proxy-with-ldap-authentication-https-and-url-path-prefix/25867

Just dropping in to say I need a TimePicker that supports seconds too and was quite surprised to see that this isn't a supported feature of TimePicker.

I've submitted PR https://github.com/AvaloniaUI/Avalonia/pull/16079 that adds a new `UseSeconds` Property (that defaults to `false` keeping existing usages of `TimePicker` unaffected) that displays a Seconds column in the `TimePicker` Control when...